Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
I have stored a column name "out3.Data1" in a context variable.
I need to pass the row values of out3.Data1 in a tsplitrow using the context variables .
Hi,@Merffi Ramesh ,
you can use tRowGenerator, or tFixedFlowinput to achieve this.
https://help.talend.com/r/BM9JUGjCyUoc77mebzVshw/TifKX_CgJCoB3aoxG3QqGQ
https://help.talend.com/r/q23BCE3W4MjloHD1RvMJ4A/1UUiC6QzuUN4eQE4niDz4w
Send me love and kudos
@guenneguez jeremy Thanks for the suggestion ,
My issue is that when I place the context anywhere it prints the column name(which is normal) but I want to print the column values by placing the context,is it possible
could you share a bit more of your job , screenshot for example ?
Sure
@guenneguez jeremy
So I have a column name that belongs to the tmap stored in a context.I need to extract the colunm values in tSplitRow but I cannot place the column name manually in tsplit row.
I am storing the Column name in a context because the name of the column will change with the different source sheets.
you want to have a dynamic column name ?
Yes,The thing is the columns names are date whose position keeps on changing,If i manually place the column name name in tsplitrow,it wont work for the next file as the column name &position would have changed
do you have a studio version or open source ?