How do you write that import/export to the database.. Can you show me an example? Like I have this csv as
1, test, car, Yes, No
2, test1, truck, No, Yes
Anbu selvan2558 - 31 Jul 2006 13:08 GMT
hi ronfusion,
You can use the cfx_excel2query tag for the delimtation. there is inbuilt
funtionality in the microsoft SQL when you import export the data throught
there tool you will be asked to mention the delimiter also you can select the
delimter as the comma seprator from the tool option. if you have the microsoft
Sql you could see the option for import /export. just click on it you will
asked for the file format metion it as the csv and click next you will see
another screen asking fort he same thing where you can mention your database.
then click next you will listed with the list of table you can select the table
to insert and in the next step you would be asked to provide the delimiter.
after that click finish you csv data will be imported to the database table
which you have selected.
regards
Anbu