Problems with convertToString and ffSchema

Hi there,

I was using wm4.6 to generate FlatFile Strings that the definition of records were on fields called RecordType. Regardless of the recordNames, it still generated the lines with the specified names (i.e. RECORD_NAME: HEADER, field RECORD_TYPE: 001, String generated 001).

Now i´m using wm6.5 and the string generation is based on those ffSchema. My migration service is working fine, but all the records that were generated doesn’t match with the desired string. In the exemple above, because in the ffschema the designated name is HEADER, the String will start with “HEADER”.

Do you know anyway to use convertToString to generate the string in the ‘right’ way besides re-writing the whole service?