I have generic message type:
-Row (Occurences 1..unbounded)
--Field (Occurences 1..unbounded)
I want to use this type for all csv files(with different amount of fileds). But how can I map this type on my own type in Visual Mapping? Is it possible?
For example:
<row>
<field>111</field>
<field>222</field>
</row>
Result MT:
<user>
<name>111</name>
<number>222</number>
</user>
Message was edited by: Sergey A