convertToString & EDItepmlate

We can’t find any example how to map the file template from the pipeline to EDItepmlate Service In.

The nsRecord with terminator & separators works fine, but we would like to use the EDItepmlate.

Has anybody any idea how to map the EDItepmlate within convertToString. There is a trick?

Any suggestions would be greatly appreciated.

Thank you.

Use first stringToDocument, in the xmldata under Service In set value and paste the whole template. If you need to make adjustments later, right click the field and select larger editor.
Next step use documentToRecord, map the boundnode from Service Out to a record.
Now in convertToString you can map this record to the EDItemplate and your data file to values.
Hope this helps you.