You are not logged in.
Announcement
Unanswered posts
|
Pages: 1

Hi
My input is CSV file and one table and i connected to tmap.Output is another table.My question is i need to pass more than two parameters into one the field of my input table.I given like "row1.gender,row1.status and i selected inner join of my input table.But its not working.Any one can guide me on this?
Thanks
Jyothsna.E
Offline
Hello
Using the 'iterate' link, I think your job should be like:
tFileInputCSV--row1-->tLogRow
|
iterate
|
tDBxxxInput("select * from tableName where gender="+row1.gender+" and status="+row1.status)-->tMap-->tDBxxxOutput
Best regards
shong
Offline
Pages: 1