• Index
  •  » Talend Open Studio for Data Integration » Usage, Operation
  •  » How can I realize the opration of "update" for the CSV files?

#1 2008-05-05 14:30:26

yanl
Member
Registered: 2008-02-29
Posts: 16

How can I realize the opration of "update" for the CSV files?

Hi,

I wonder whether I can realize the opration of "update" for the CSV files just as what "update" can do for a database? Simply speaking, I use CSV files as midia of output to save the datas. Whether I can update the file just as the opration "update" does for a table in database?

Thanks

Offline

#2 2008-05-05 15:17:57

plegall
Member
Registered: 2006-09-19
Posts: 1586
Website

Re: How can I realize the opration of "update" for the CSV files?

Perl CPAN provides a DBD::CSV database connector. It means that you can use a CSV file as a database and perform update as you would do with MySQL or Oracle. Would that feature be interesting?

Offline

#3 2008-05-05 15:32:06

yanl
Member
Registered: 2008-02-29
Posts: 16

Re: How can I realize the opration of "update" for the CSV files?

Thanks for your help, unfortunately, I use java sad and sad

Offline

#4 2008-05-06 07:39:15

shong
Talend team
Registered: 2007-08-29
Posts: 10310
Website

Re: How can I realize the opration of "update" for the CSV files?

Hello

yanl wrote:

Thanks for your help, unfortunately, I use java sad and sad

You can try to do the update action in database, then query the data and output the result to original csv file.

Best regards

         shong


Email:shong@talend.com
Choose Talend, Enjoy Talend!
New & Event: Talend Help Center
Talend-->the leader of open source data management and application integration solutions!

Offline

#5 2008-05-07 12:02:57

yanl
Member
Registered: 2008-02-29
Posts: 16

Re: How can I realize the opration of "update" for the CSV files?

shong wrote:

You can try to do the update action in database, then query the data and output the result to original csv file.
.

Thanks for your suggestion!

Offline

  • Index
  •  » Talend Open Studio for Data Integration » Usage, Operation
  •  » How can I realize the opration of "update" for the CSV files?

Board footer

Powered by FluxBB