Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I'm new in talend. And trying to accomplish one job
I have one ftp server where some files are there in csv format in different folders.
I want to download them to my local machine using context variables.
My job is something like
tftpconnection---->onsubjobok--->trunjob
|
|
tftplist---iterate----tftpget
I have declared all context variables in main job with specific values and also in child job but with null values.
After doing this am calling child's job's variables in parent job.
But am end with lots of errors. Don't know whether am doing right or wrong.
Please help me.