Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Is there any component which might help to prepare data from tmap component to be used in toracleRow component.
E.g
tmap values with two columns
A|B
1|2
tOracleRow needs the values to be inserted as
('1','2')
Thanks
Vidya
Hi Vidya,
Can you please share a screenshot of what you have got already?
To get my self clear on what you want, you have a tmap's output connected to and toraclerow and would like to insert 1 and 2 values into column A and B?
Am I right?
If I am not right please explain.
Cheers!
Gatha
@vidya821,if you are sure that tMap having column A and column B with values like 1 and 2 then you can use below expression in tmap.
"('"+row2.A+"'"+","+"'"+row2.B+"')"