Hi.
I have the following problem.
I'm receiving a flat file with invoice information.
I have identifiers on each line for the type of information on the line.
When I get to texts then I have the identifier H0150 at the start of the line.
The first entry will be the some kind of reference text.
Entry 2-5 can hold invoice reference text.
The rest of the entries holds delivery note text.
Bellow is an example of how it could look without any real data.
Have in mind that delivery note text could be some few lines or many lines.
H0150 (Here we have the reference text)
H0150 (The following row 2-5 can hold information and could be blank.)
H0150 (If the row 2-5 are empty then we are not to forward the rows.)
H0150
H0150
H0150 (From here we have the delivery note text)
H0150
H0150
H0150
H0150
H0150
There will be a mapping in the integration so it I can handle the data in that mapping.
Would it be simple to split the texts in the content conversion or should I do it in the mapping?
Either way how will I do it?
Best Regards
Kalle