T
tsar IV
I'm trying to use TransferText to export either a table or query to a .csv
file. The results should look like -
abcdef,DIR,K,49,25,1279
but I only seem to be able to get either of the following -
"abcdef","DIR","K","49","25","1279"
or
abcdef,DIR,K,49.,25.,1279.
Is there any way to remove the decimal point from the latter or the quote
marks from the former? I've tried tinkering with the format of the query,
the specifications (leading to the results I get), and a few other things.
Am I missing something?
file. The results should look like -
abcdef,DIR,K,49,25,1279
but I only seem to be able to get either of the following -
"abcdef","DIR","K","49","25","1279"
or
abcdef,DIR,K,49.,25.,1279.
Is there any way to remove the decimal point from the latter or the quote
marks from the former? I've tried tinkering with the format of the query,
the specifications (leading to the results I get), and a few other things.
Am I missing something?