Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am newbie using talend,
I want to get cleared in dynamic column concept.I had read many posts on dynamic schema but I still I am confused.
Pls anyone help me in understanding this concept.
Fore example,
id;name;status
1;dev;wk
2;diya;wk
3;priya;nwk
4;shiva;wk
5;guna;nwk
id;name;age
1;dev;23
2;diya;24
3;priya;23
4;shiva;21
5;guna;25
id;age;status
1;23;wk
2;24;wk
3;23;nwk
4;21;wk
5;25;nwk
but my output should have id,name,status,age as constant schema.
Any suggestions.......thanks in advance..
Thanks
AKRISH