Script to convert .XLS to .CSV

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


kannar (BOB member since 2011-08-01)

This post may help you to generate your .CSV file successfully:-


Nemesis :australia: (BOB member since 2004-06-09)

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. :wink:
XLStoCSV.txt (0.0 KB)


jlynn73 :us: (BOB member since 2009-10-27)