Hi,
I have a output file in .XLS format. Instead of .xls i can make .csv as a output flat file. But my limitation is in my data i have comma in between on field like(Citi bank,Chicago). I need all value in one field. So i generated .xls File.
Is there any suggestion to develop script for converting .xls to .csv
heres a cool vbscript you can use. rename script to .vbs … also requires excel be installed.
you can drag/drop multiple csv’s or can be called from ds, sending in paths of files you need converted.
this script saves our pps a lot of time and it doesnt do any data formatting that you get when you open with excel and do a save-as. XLStoCSV.txt (0.0 KB)