Answered by:
importing data to csv file

Question
-
Hi Team,
i want to import data from a table to a .csv file
i am very sure how to do this the source/destination connection, what components to be used for destination(csv).
Please help me with an example or any forum which has the examples,
thanks in advance
Regards,
Eshwar.
- Changed type Todd McDermid Tuesday, May 17, 2011 4:52 PM
Tuesday, May 17, 2011 4:27 AM
Answers
-
Thanks Reza,
I am able to do.. but how to handle the "," with in the data like if address has a comma within it then data after comma will go to other fields.
Regards,
Eshwar
you probably have your fields qualified with text,
and to overcome the comma inside values issue, I had complete sample here to solve it:
http://www.rad.pasfu.comTuesday, May 17, 2011 5:07 AM
All replies
-
you can use oledb source connecting to your database table
and flat file destination to destination csv
and do mappings correctly.
or also you can use Import/Export Wizard
just set source as database, and destination as csv flat file.
http://www.rad.pasfu.comTuesday, May 17, 2011 4:37 AM -
Thanks Reza,
I am able to do.. but how to handle the "," with in the data like if address has a comma within it then data after comma will go to other fields.
Regards,
Eshwar
Tuesday, May 17, 2011 5:00 AM -
Thanks Reza,
I am able to do.. but how to handle the "," with in the data like if address has a comma within it then data after comma will go to other fields.
Regards,
Eshwar
you probably have your fields qualified with text,
and to overcome the comma inside values issue, I had complete sample here to solve it:
http://www.rad.pasfu.comTuesday, May 17, 2011 5:07 AM