PDA

View Full Version : Problem flat file output


e0044809
07-24-2006, 15:34
Hi all,

I'm mapping EDI document to flatfile.

After mapping when i convert flat file to string using pub:flatfile:convertToString service, I'm getting record headers in the output

If i dont want the record headers, what changes should i make in dictionary or in schema??

some one has given me idea as put all schema fields as recordWithNoID ..

when i change all fields as recordWithNoID then last field is suppressing all remaining fields.....

Please its urgent can anyone help me out here???


Thanks

jonb
09-22-2006, 12:30
Use the wm.b2b.edi:convertToString from the WmEDI package.

rmg
09-22-2006, 13:01
If you dont want or have Record Identifier from your flatfile then set RecordDefinition (recordWithNoID) and create the field definitions under this hierarchy.Test your file in the FFSchema editor.

HTH,
RMG