Hamdy,
I have gone through the tutorial and I have some problems reading directly from the excel sheet with my design. So, I am reading the data from a CSV file.
I could read everything but it's failing if the data has a comma. So, If I can escape the comma in the data my problem is solved.
And good thing is that coldfusion is appending double quotes when the data has the delimiter( In this case its a comma). So I just need to look for the double quotes and then change the commas with in the Double Quotes to some thing like "^#!^" and then read the data and finally replace it with comma while inserting it into database.
Please suggest me some solutions.
Thanks,
MK
Main Topics
Browse All Topics





by: HamdyHassanPosted on 2003-02-02 at 17:15:53ID: 7864906
Check the following
el/index.c fm?Article ID=0239B2E 5- 5FED-11D 3-B3E90040 33E03EF9
http://www.cfcomet.com/Exc
Hamdy