Hi,
I've created a business package that generate hourly a file with all new and updated items.
The file is column separated. I've defined a xml file rule as follow
<FileOutbound> - <segment id="Produit"> <field id="CodeProduit" from="1" len="6" default="" justify="L" fillchar="" /> ....
Everything works like a charm, but the output file is wrong. The colums are well sized, but separated with comma.
Where does this comma come from ?
When I look at the full xml message, i see the following line in the header :
<Outbound type="Flat File" channel="OUT_FILE" format="txt" fmode="write" fname="D:\SAP\Echanges\Tests\TestsArticles\articles????.txt" encoding="ISO-8859-1" ruledoc="struct_article.xml" deli="," wrap="" dellead="0" />
the format is txt, so the deli shoud be ignored ?
Please help !