flat output problem

Hi all,

I have created a dictionary, and schema as referring to dictionary.

when i say convertToString i’m able to see the record names also in the output of the string.

Here is the output.

TITLE_RECORD_1 XXXXX INBOUND PO CHANGE REPORT
TITLE_RECORD_2 SAP SOLD_TO NUMBER: XXXXXXXXX
TITLE_RECORD_3 TRANSMISSION DATE/TIME:xxxxxx xxxxxx
HEADER_RECORD_1 CUST PO#: xxxxxxxxxx SEQ. ID: xxxxxx ORDER VALUE: xxxxxxx CHANG REQUEST DATE:xxxxxxxx
HEADER_RECORD_2: 9601 CUST VENDOR#: DONOT DELV BEFORE: xxxxxxxx1 DONOT DELV AFTER: 2xxxxx0
DETAIL_HEADERON LINE ITEM QTY ORDERED UNIT PRICE xxxxxxxzxxxxxx
DETAIL_HEADER_DASH— --------- ------------- ----------- -------------------
DETAIL_RECORD_1 x xxxx xx
DETAIL_RECORD_1 x xxx xxxx
DETAIL_RECORD_1 x xxxx xxxxx
DETAIL_RECORD_1 x xxx

What should i do if i dont want to see the record names at starting of the string.

Its urgent please can anyone answer???

Thanks.

Hi,

Do the following ....
While creating the dictionary create the record with record name as recWithNoID.Add all the field definitions with Fixed length starting with 1.
Now create a schema witht new line separator and set the above dictionary created.

 Now use the schema in ur flow.I think that this will suffice ur requirements.

Thanks You