Hi all,
I have a problem when exporting tables into either txt or csv format files.
After the final row of information the following symbol is evident in the csv or txt file.
I need to get rid of this as the exported information is then used to input information into another system and this symbol would cause errors......
The code I use to ouput the tables for csv is.....
exportspreadsheet("RIVurcOrder_1.db", "C:\\Conv\\Purchase Orders(New).csv", False )
The code I use to ouput the tables for csv is.....
exportASCIIVar ( "RIV:WorkOrder_1.db", "C:\\Conv\\WorkOrder(New).txt", "\t", "", False, True )
I have checked the tables and there are no blank rows at the end or anything else which would give me a clue....
Can anyone help?
Thanks,
Woody
I have a problem when exporting tables into either txt or csv format files.
After the final row of information the following symbol is evident in the csv or txt file.
I need to get rid of this as the exported information is then used to input information into another system and this symbol would cause errors......
The code I use to ouput the tables for csv is.....
exportspreadsheet("RIVurcOrder_1.db", "C:\\Conv\\Purchase Orders(New).csv", False )
The code I use to ouput the tables for csv is.....
exportASCIIVar ( "RIV:WorkOrder_1.db", "C:\\Conv\\WorkOrder(New).txt", "\t", "", False, True )
I have checked the tables and there are no blank rows at the end or anything else which would give me a clue....
Can anyone help?
Thanks,
Woody