Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
1;2;3
4;5;6
7;8;9
globalMap.put("c1", input_row.line);
globalMap.put("c1", input_row.line);
Starting job forum16973 at 20:07 25/07/2011.
connecting to socket on port 3400
connected
.----.
|tLogRow_1|
|=--=|
|line|
|=--=|
|1 |
|2 |
|3 |
|4 |
|5 |
|6 |
|7 |
|8 |
|9 |
'----'
.--+--+--.
|tLogRow_2|
|=-+--+-=|
|c1|c2|c3|
|=-+--+-=|
|1 |2 |3 |
|4 |5 |6 |
|7 |8 |9 |
'--+--+--'
disconnected
Job forum16973 ended at 20:07 25/07/2011.
globalMap.put("c2", input_row.line);
Hi,
Thanks for your answer AchyuthB. tPivotOutPutDelimited would help me but it process only one column.
I found the tTurnRow unofficial component and it do exactly that I want.
Best regards
andrelaurent