I want to be able to send out an XML BOD and have it received at the other end as a flat file in the ANSI X.12 format and vice versa. Can Infor OS facilitate this?
Hello,
Can you build your XML BOD to have the ANSI structure before entering ION ?
Example of 856 - special chars are mainly *.
If you build a custom XML BOD Sync.My856 with a generic <Field1> tag like below, a .csv file template in ION should do the trick.
Or maybe a complicated XSLT mapping to go from your classic XML BOD to another custom BOD ".csv file compatible"
Another alternative could be to use python scripting for the logic/conversion between the XML BOD and the wanted format.
Hi Daryl,
What did you end up going with?