Based on the bank specifications, a printed check needs to have a Transaction Code of 320 and a voided check a Transaction Code of 370 (Transaction Code is the name of the column given by the bank). I have been testing the Transformation Rule to replace the system created Record Type Code for an issued and voided check to the appropriate Transaction Code. For example, by default an issued check will have a Record Type Code of “O”, I want to replace this to 320. Using the Transformation Rule, I am able to successfully, update the Transaction Code.
My problem is that when exporting the Positive Pay file, I receive an error that the Record Type field does not have the length that is required. In the error, my expected field length is 3, but the actual is 5. I then updated the field length to 5 in the Data Exchange Definition. I received a similar error message when running the export that the actual length is greater than the expected.
Only until I enter a length of 15 am I able to successfully export the Positive Pay file. The Positive Pay file includes the correct Transaction Code value, however, there is 12 character gap until the next column value. The field length should only be 3 characters according to the bank specifications. My question is, how can I setup the Data Exchange Definition to successfully display the correct Transaction Code and use only 3 characters?
*This post is locked for comments