Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm working on a talend job where I have a excel file and a couple of database fields that gets mapped to an XML file.
The working job looks like this:
Problem: I want to, with the same input of the excel file and the database fields, make another mapping that outputs to the same working XML file mentioned ealier. So I will have ONE XML file with TWO different mappings. How can I achieve this?
good as possible variant
but there are many variants of output structure, so and different technics could be used:
- does this 2 "mappings" completely independent?
- or both must be mapped into a single loop in output document?
still good to more know about data structure
The 2 mappings are independent.