Domanda

I know it is possible to load XML data from any database to Talend. But is there a way of writing XML data to a table in DB2 from Talend?

È stato utile?

Soluzione

Talend has a variety of components to load data from XML to DB2. if you have XNL as source and DB2 as destination then you can parse XML and DB2 output using below list of components.

tDB2Output

tFileInputMSXML

refer above link for more details, if you have specific scenario then we can help you in better way.

Altri suggerimenti

There's an XML DB datatype for the DB2 output component but I don't have a DB2 licence to test the actual loading for you.

I have managed to load some data into a SQL Server database though but this requires creating a table with an XML datatype and then sending the data as a varchar as the SQL Server component doesn't actually have an XML datatype. This seems to load fine and works as expected so I would have thought that the tDB2Output component should work even better.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top