Hi all,
I have posted this question before but now it's really beginning to bug me and I need a solution pretty quickly!
I am simply trying to use the following code to export a table into a CSV file.
exportspreadsheet ("RIVart_1.db", "C:\\Conv\\New Parts.csv", False )
I have also tried using
exportASCIIVar ( "RIVart_1.db", "c:\\Conv\\New Parts.csv", ",")
both of these methods get the information into CSV files as I would want except for one minor detail. They both create a new line at the bottom of the file with a symbol in it.
This is causing me problems as I am trying to use the CSV files to actually import information into another database and this symbol is making the import crash.
Any suggestions would be great,
Thanks in advance,
Woody
I have posted this question before but now it's really beginning to bug me and I need a solution pretty quickly!
I am simply trying to use the following code to export a table into a CSV file.
exportspreadsheet ("RIVart_1.db", "C:\\Conv\\New Parts.csv", False )
I have also tried using
exportASCIIVar ( "RIVart_1.db", "c:\\Conv\\New Parts.csv", ",")
both of these methods get the information into CSV files as I would want except for one minor detail. They both create a new line at the bottom of the file with a symbol in it.
This is causing me problems as I am trying to use the CSV files to actually import information into another database and this symbol is making the import crash.
Any suggestions would be great,
Thanks in advance,
Woody