I’m attempting to upgrade our EDI process (which isn’t in production yet) to 6.0.1, in order to take advantage of the new generateFA service, among other things.
Anyway, I’m following the instructions to convert my existing flat file templates to Flat File Schemas (as outlined on page 101 of the Integration Platform Guide 6.0.1) and have run into a snag.
I get the following error: “Failed: Segment Delimiter cannot be null” when trying to “migrate” (step 7/8 on p 102) my fixed length flat file templates.
The templates worked fine for translating the fixed length data into a record via wm.b2b.edi:convertToValues, and translating the record structure to a fixed length file via wm.b2b.edi:convertToString under 4.6.
any suggestions? The relevant parts of my template are:
<?xml> (should be a version=“1.0” in there - forum strips it)
<positional_flat_file_template>
<segment-delimiter>
<fixed>10</fixed>
<keyword/>
<offset/>
</segment-delimiter>
<field-delimiter>
<fixed/>
<keyword/>
<offset/>
</field-delimiter>
<sub-field-delimiter>
<fixed/>
<keyword/>
<offset/>
</sub-field-delimiter>