1. My process needs to read a CSV file
2. for each read, go to two database and get more info
3. write them to two diff DB
Not sure, what shoudl i follow.
for 1. i use flatfilereader
for 2. need to do item processor and two DAO call to collect the data.
for 3. use composite-writer ?
any idea, or project code will help.
