Expected Result
Publication Service parses the positional.txt file and publishes the objects. Subscription Service receives the objects, formats and writes them to the outpositional.txt<timestamp> file.
You can view the example results in the TIBCO_HOME\adapter\adfiles\version_num\examples\writer\output directory. The input file is a positional record. Fields in the output files are formatted with certain characters as padding. The input file and output results are shown as follows:
Input File | Output File |
---|---|
ID41678 20May2000 GigaWidget 60 $75 MegaBucket 48 $125 Hopkins Associates ID26490 ID41680 20May2000 Rt.Clopper 40 $100 Lt.Clopper 50 $100 Jersey WebInovators ID46786 |
The first file:
ID41678&&&20May2000_ GigaWidget *********60.000$75 MegaBucket *********48.000$125 Hopkins AssociaID26490 The second file:
ID41680&&&20May2000_ Rt.Clopper *********40.000$100 Lt.Clopper *********50.000$100 Jersey WebInovaID46786 |
Copyright © TIBCO Software Inc. All rights reserved.