Quantcast
Channel: Last Activity on Talend Community Forum
Viewing all articles
Browse latest Browse all 2654

Creating xml file by passing parameter in runtime - by xdshi

$
0
0

Hi,

[quote from ]Suppose we have following tables (Company,Project,Client Project,Internal Project,Project Details,Manager,Employee Details).Those tables have parent child relationship. Company --> Project --> Client Project --> Project Details --> Manager --> Employee Details     Will give the employee details for client projects. Company --> Project --> Internal Project --> Project Details --> Manager --> Employee Details Will give the employee details for Internal projects. Now if I pass "Project" as parent and "Client Project" as child in runtime.It will invoke   Project --> Client Project --> Project Details --> Manager --> Employee Details branch and create one xml file. Or if I pass "Project" as parent and "Internal Project" as child in runtime.It will invoke   Project --> Internal Project --> Project Details --> Manager --> Employee Details branch and create one xml file. Either way if I pass company as parent and project as child in runtime. It will invoke all the information related to client project as well as internal project and store it in a xml file. I am to pass those parameter (i.e Project, not any value related to project -->Project_id or Project_name etc)  in run time and it will create xml file accordingly.
[color=#000000][size=3][font=Calibri]Could you please elaborate your case with an example with input and expected output values?[/font][/size][/color] Best regards Sabrina

Viewing all articles
Browse latest Browse all 2654

Trending Articles