Launching a lookup flow to join complementary data
Based on the previous scenario, this scenario shows how to use a lookup flow to join data of
interest in the XML file USState.xml to the main flow. Another
tFileInputXML component is added to the Job to load
data from the lookup file USState.xml to the processing component
tXMLMap.

The content of the XML file USState.xml is as follows:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
<?xml version="1.0" encoding="ISO-8859-15"?> <USStates> <States> <idState>1</idState> <LabelState>Alabama</LabelState> </States> <States> <idState>2</idState> <LabelState>Connecticut</LabelState> </States> <States> <idState>3</idState> <LabelState>Ohio</LabelState> </States> <States> <idState>4</idState> <LabelState>Wyoming</LabelState> </States> <States> <idState>5</idState> <LabelState>Hawaii</LabelState> </States> </USStates> |
Document get from Talend https://help.talend.com
Thank you for watching.
Subscribe
Login
0 Comments