Hi Experts,
My scenario is flat file to file xml.
Below are source and target formats. field separator and end separator are new line.
Source:
one
two
three
Target:
<Row>
<Fieldone>one</Fieldone>
<Fieldone>two</Fieldone>
<Fieldone>three</Fieldone>
</Row>
I heard that, we can not use field separator as 'nl'. Is it true? if so is it mandatory to use java mapping for this requirement?
Please assist me on Java mapping in that case.
Appreciate your help on this.