The CSV allows for ebmedded commas. You will find that the “name” field is surrounded by quotes. So, if you have data that looks like:
Name, Date, Value
The CSV file will look like:
“Rathbun, Dave”, 03/08/2000, 2945.32
I don’t remember if dates have quotes around them as well. Try exporting your data and see what you get, but I believe that you will not have a problem with the commas. Now if you had both commas and quotes in your data… but that is highly unusual.
As far as the nine sheets: you have to import them separately in BusObj anyway, so it’s not really adding an extra step. You have to build a different data provider for each Excel sheet within the workbook, or you can build a data provider for each text file. Either way you have nine data providers for your document.
Regards,
Dave Rathbun
Integra Solutions
www.islink.com
In a message dated Thu, 8 Mar 2001 9:41:49 AM Eastern Standard Time, “Large, Steven” steven.large@MAIL.SPRINT.COM writes:
<< Me:
The only problem with CSV format is that one of my fields contains a name, which sometimes contains a comma. Also, I have a grand total of nine separate sheets within the one file, so is splitting them out to separate text files the only way to work around the 16K size limitation?
Thanks,
Steve
Dave said…
Or better yet, save your current Excel file as a CSV file (text format). It will not suffer the same limitation on the row limit, and it will be faster to export and import as well.
Cindy said…
My answer… export to text format. I don’t know what in the world is wrong with export to .xls but avoid it! It’s so very slow and .txt is virtually instantaneous (depending on the number of rows to be exported, of course :-)!
Listserv Archives (BOB member since 2002-06-25)