When I Pathcopy this field, it copies everything until the field is truncated. In this case, PV1-3
To fix this, I do the following…
1. Open the format and create a new field with the necessary length and in this case, a type of ST, because while the 2.3 source has a PL type, the target is 2.2, which doesn’t have a PL type.
2. Add the new field to the existing segment
3. Remove the previous field.
4. Save the variant
Now that I have a custom field in the outbound format, pathcopy no longer writes to that custom PV1-3 field. However, if I pathcopy to PV1-3, the entire field is populated. I have seen this in a few other custom fields too. The only way to get data into them is to explicitly copy or pathcopy to the custom field. Is this normal or am I not doing something right?