Jump to content

How to update row against specific id in CSV file.


Tibco Consultant

Recommended Posts

Hi,

I need to read the data/rows from 1 csv file and update the record in 2nd csv file against each id from 1st csv file.

Forexample.,

File 1:

id,name,salary

1,abc,200

File 2:

id,name,salary

1,abc,000

 

I want to update the salary fetched from File 1 in File 2 against the id 1

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...