I need to create a comma delimited file for a vendor for upload into their system. I sent them one file created with the command copy to myfile.csv CSV but they they need a file that does not have charater string surrounded by ".
I have tried different commands but I can seem to get the file to copy without the quotes. Instead of this in the file
"LUFKIN ISD","HELEN STROHSCHEIN","9366346696"
they want this
LUFKIN ISD,HELEN STROHSCHEIN,9366346696
I tried different commands but still can't get this right.
Any help would be appreciated.
Thanks
Atlas
I have tried different commands but I can seem to get the file to copy without the quotes. Instead of this in the file
"LUFKIN ISD","HELEN STROHSCHEIN","9366346696"
they want this
LUFKIN ISD,HELEN STROHSCHEIN,9366346696
I tried different commands but still can't get this right.
Any help would be appreciated.
Thanks
Atlas