Warm tip: This article is reproduced from serverfault.com, please click

How can I batch load 1,000 XML files and convert to JSON with Talend?

发布于 2021-01-10 03:01:52

How can I batch load 1,000 XML files and convert to JSON with Talend? Is it possible to connect to Neo4J with Talend or maybe connect to an RDF Graph Database like Fluree?

Questioner
ThingAmaBob
Viewed
0
ecanaveras 2021-01-14 06:23:41

Use the following components, tFileInputXML and tFileOutputJSON

I leave you a link to the documentation, look at the scenarios, they indicate how to configure each element.

I have worked with these elements, the reading of the XML works, you may have to read the file in different Inputs, it all depends on the structure of the xml.

You can also validate it using an XSD.

Regards.