Expected Result

Publication Service parses the eol.txt file and defines a new line when it encounters an at sign (@). Subscription Service receives the objects, and writes each of them to a new line with the caret (^) to the outeol.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, SA0002, STATIONARY@
Details, PEN, PARKER Model 2, SAN JOSE@
Cost, $60, 4@
Item, VA0001, HARDWARE@Details, CD
DRIVE, ACER CDR20, SEOUL@Cost, $300,
4@
Item,
SB0007,
STATIONARY@
Details,
Marker,
Blue Color 4,
NEWYORK
@
Cost,
$20,
3
Item;SA0002;STATIONARY^Details;PEN;PARK
ER Model 2;SAN
JOSE^Cost;$60;4^Item;VA0001;HARDWARE^De
tails;CD DRIVE;ACER
CDR20;SEOUL^Cost;$300;4^Item;SB0007;STA
TIONARY^Details;Marker;Blue Color
4;NEWYORK^Cost;$20;3^