Im trying to convert a XML file to a flat file, also there is an external flat file with values like this:
key|value
1|VALUE_1
2|VALUE_2
I need to replace those values by searching them using an attribute value from XML input file.
I have checked out that example "Many Flat Input Files" from documentation, and I noticed that When I use a sx:recordMapping it works fine to generate a XML file, but when Im trying to use a <sx:inverseRecordMapping to generate a flat file external file does not able to be read.
Can you help me please?
Kind regards.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Im trying to convert a XML file to a flat file, also there is an external flat file with values like this:
key|value
1|VALUE_1
2|VALUE_2
I need to replace those values by searching them using an attribute value from XML input file.
I have checked out that example "Many Flat Input Files" from documentation, and I noticed that When I use a sx:recordMapping it works fine to generate a XML file, but when Im trying to use a <sx:inverseRecordMapping to generate a flat file external file does not able to be read.
Can you help me please?
Kind regards.