Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using an Object Variable inside xml source

Status
Not open for further replies.

rafaelxm

Programmer
May 13, 2016
2
0
0
BR
Good morning, guys.

Can you help me with a doubt ?

I use a "XML Source Task", passing a link in XML Location. This link is the return of a query created in "Execute Sql task".

When i use "Execute Sql task" I set the ResultSet as a single row, save the Result into a variable and use this variable (the link) in the XML Source.

Now the scenario changed and I have 21 rows in my Resultset and i need to do the same thing with "XML Source Task". For each row, i need to call XML Source, passing the result (which is the link) as a variable.

I Changed my variable from String to Object, changed my ResultSet to "Full Resul set" and the Reusult is going to the variable.

My problem began when I tried to configure my new object variable in the xml source. It didn't appear.

My options are:
1) Set 21 variables (one for each row/link) and use each one in the "XML Source Task", in a hard code mode.

2) I tried to concatenate all the rows in just one, but didn't got success.
I don't know if this is the correct way.


I know that I have to use "foreach loop container" to do this, but don't know how. I appreciate if you guys can help me using this task too.

Best regards.
 
Hey guys.

Well, now the business analyst is saying that the codes won't change dinamically. So I can use hard code in my project.

Actually, i finished the development.

I did it with 2 JOBs. One for populating a staging table and the other to insert from the staging to the destiny table.

Below, is the Controw Flow from JOB1:
JOB1_control_flow_el02fj.png



Below, is the Data Flow from JOB1:
JOB1_data_flow_t7ciws.png



Below, is the DataFlow from JOB2:
JOB2_data_flow_ln9un1.png



Thank you very much for your patience and sorry for my english. :)

Regards.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top