Expected Result
Publication Service reads the delimited.txt file and publishes the message. Subscription Service subscribes to the republished message and writes it to the outdelimited.txt file.
You can view the example results in the TIBCO_HOME\adapter\adfiles\version_num\examples\writer\output directory. Records in the input file are separated by commas. Records in the output file are formatted with tabs and semicolons as separators. The input file and output results are shown as follows:
Input File | Output File |
---|---|
Order, ID41678, 20May2000 Item, GigaWidget, 60, $75 Item, MegaBucket, 48, $125 Customer, Hopkins Associates, ID26490 Order, ID41680, 20May2000 Item, Rt.Clopper, 40, $100 Item, Lt.Clopper, 50, $100 Customer, Jersey WebInovaters, ID46786 |
Order;ID41678;20May2000 Item;GigaWidget;+6.000000E+001;$75 Item;MegaBucket;+4.800000E+001;$125 Customer Hopkins Associates ID26490 Order;ID41680;20May2000 Item;Rt.Clopper;+4.000000E+001;$100 Item;Lt.Clopper;+5.000000E+001;$100 Customer Jersey WebInovaters ID46786 |
Copyright © TIBCO Software Inc. All rights reserved.