I have a trading partner who wants to send me EDI data. The catch (there always seems to be one) is that they want to send the data without any delimiters, only segment terminators which are <NL>'s.
The data for each field is to be padded with spaces to the max length (in case the data isnt that big).
The looping etc. of the file is just like EDI.
The issue is how do I change the properties of all the groups and items within those groups to be a fixed size and padded to the max length. I cant seem to do this in the type designer.
The data for each field is to be padded with spaces to the max length (in case the data isnt that big).
The looping etc. of the file is just like EDI.
The issue is how do I change the properties of all the groups and items within those groups to be a fixed size and padded to the max length. I cant seem to do this in the type designer.