I am working on creating a Data Mapper structure for a EBCDIC file. The file contains header, body records and Trailer. While I was able to create the header structure as well as body structure based on the copy book and get the relevant data items highlighted in the sample data viewer properly, it is not able to differentiate the trailer records. Header and trailer records does have the "H" and "T" prefix. I tried setting the initiator to "T" still no luck. Any thoughts are appreciated.