02-19-2021 06:47 AM
Hi ,
I have a requirement to create a flat file from the XML. The Flat file is having Header and Details section(Both Header and Details sections are of fixed format). So i am using one fixed formatter for header and another one for the details, But the problem is how to combine these 2 different documents into 1 document to form a flat file.
Is there a way i can merge them together into one flat file?
Thanks for the help…
02-19-2021 07:25 AM
04-20-2022 01:55 PM
Hi @sjakathi,
Were you able to resolve it? I’m trying to combine 3 different fixed width files in 1 one, any idea on how to accomplish this?
03-07-2023 05:13 AM
i am also working on a similar file but i do not know what snap to use to get it to file writer. i have tried document binary, fixed formatter but neither produce a populated file.
03-11-2023 04:51 AM
Hi @heidi.andrew,
Good day, you can always put each fixed with formatter in a different pipeline (child pipeline) then from the parent pipeline have a list of all the child pipeline that needs to be executed output view of the pipeline execute needs to be set to binary then link the file writer
In any case, here’s a pipeline that will stream the content as document then convert back to binary for file writer
Hope this helps…
~EmEm