Extract particular fields from a generated EDI file
Example
Here is an example for generated DESADV files:
Notes
The snippet looks at files in the current directory which start with “desadv”.
It extracts whatever the file contains in the second line, chars 210 until 221 and writes it to a text file.
This snippet is very useful if you have a bunch of EDI files generated by metasfresh and you need to know the POReferences of all shipments (M_InOut records) that made it into EDI files.