Hi Guys,
I am using PI7.0 SPS14, and I would like to use the receiver file content conversion to generate a flat file.
My structure is the following :
<struc1>
<field1>value1</field1>
<field2>value2</field2>
....
<field289>valueX</field289>
<struc1>
<struc1>
<field1>value3</field1>
<field2>value4</field2>
....
<field289>valueY</field289>
<struc1>
As you can see there are plenty of fields, so I don't want to use the usedFixedLength parameter, but I would like to create the flat file with all the fields in a row with no separators such as :
Value1Value2....ValueX
Value3Value4....ValueY
Has any one a clue of how we can do this ? I have thought about creating a dummy fieldSeparator like ";" and then run a script to erase all the ";" in the file but that is not a "clean" solution.
Thanks for your help,
Best regards,
GL
Edited by: Guislain Libessart on Dec 3, 2008 10:44 AM