save table to .csv
save table to .csv
Can I save an Atlantis table to .csv format?
This is not yet possible in Atlantis. You could try your luck at Convert DOCX (WORD) to CSV. Online & Free
HTH.
Cheers,
Robert
HTH.
Cheers,
Robert
Convert tablet to CSV
You could do this by saving the file as a Word document, exporting the table to Excel and then saving as CSV. Of course, you would need Excel and you would have to use a macro:
http://stackoverflow.com/questions/4465 ... cel-sheets
http://stackoverflow.com/questions/4465 ... cel-sheets
One work around would be to save the table as a txt file. You will find that the results are that each table entry is on a line by itself and the rows are separated with an empty line. A RE could be used to make a CSV. I use Notepad++ and something like (.+)\r\n replaced with \1, should do the job.
Dale
Dale