0% found this document useful (0 votes)
150 views

Parse XML Data Through TXMLMap in Talend

We will parse data from an XML file through the tXMLMap component in Talend. The job will use tFileInputXML to extract the entire XML data from a file and pass it to tXMLMap. There, we will import the XML structure and drag desired tags into a flow format to extract specific data fields from the XML.

Uploaded by

Saka Kely
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
150 views

Parse XML Data Through TXMLMap in Talend

We will parse data from an XML file through the tXMLMap component in Talend. The job will use tFileInputXML to extract the entire XML data from a file and pass it to tXMLMap. There, we will import the XML structure and drag desired tags into a flow format to extract specific data fields from the XML.

Uploaded by

Saka Kely
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Parse XML Data through tXMLMap in Talend

Scenario:Parse XML Data through tXMLMap

We will try to parse the data of XML File through tXMLMap

Job Design:

Configuration:

tFileInputXML:

Here, we are specifying the complete file path.


Then, we are passing the entire XML Data in Customer column. We declare this column of
the type Document.

tXMLMap:

We are importing the XML structure from the file.

Then, we drag and drop the tags which we want to extract in the flow format.
Description:

We are first extracting the entire XML data through tFileInputXML . Then we are passing the
data to tXMLMap where in we are parsing the XML data and transforming into flow format.

Output:

You might also like