Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi !
I have a lot of files with a large number of column and i'd like to know if it's possible using a tJavaRow to iterate over the column (for each row) ?
Let's say I have :
date value1 value2 value3 ... valueN
and in output i'd like to have :
date value1
date value2
...
date valueN
Under condition to get the column ?
Thanks !