Expected Result

Publication Service parses the oneMegaByteFile.txt file and publishes each line in the file as a separate message. Subscription Service receives each message, formats it by changing the delimiter character used between fields and changing the type assigned to some fields, and appends it to the outtransfer.txt file.

You can view the example results in the TIBCO_HOME\adapter\adfiles\version_num\examples\writer\output directory. The input file and output results are shown as follows:
Input File Output File
Item, GigaWidget, 60, 75, 00000
Item, MegaBucket, 48, 125, 00001
Item, RtClopper, 40, 100, 00002
Item, LtClopper, 50, 100, 00003
...
Item;GigaWidget;+60;+7.500000E+001;+0.000000
E+000
Item;MegaBucket;+48;+1.250000E+002;+1.000000
E+000
Item;RtClopper;+40;+1.000000E+002;+2.000000E
+000
Item;LtClopper;+50;+1.000000E+002;+3.000000E
+000