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?
1
votes
1 Answers
0
votes
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.