Creating Flat file from EDI

Hi,

Can anybody help me on how to create a flat file from EDI file.
Any help regarding the same will be appreciated.

Thanks,
Neeraj

Hi,
u have to first convert the EDI file into Idata values object using convertToValues.and also u have to define the flatfile schema in developer .then u have to create the document type from this schema.
then map your EDI values data to corresponding flatfile document type.finally use convertToString service , by passing these, flatfile values and schema as inputs , you will get your flatfile.Wmflatfile, and EDI user guide will help you lot on this procedure.

HTH,
Rao.

yes Rao,
i did the same way as u suggested but iam able to get only the first record in the EDI file
eg:
i took a purchase order and 10 items r there for purchase
but onle the first item is present in flat file
thanks