EOL Project
The EOL project contains two adapter configurations: EOLReader.adfilesmodel and EOLWriter.adfilesmodel. The sample project shows how to specify custom end of line characters for file records.
In EOLReader.adfilesmodel, Publication Service parses the eol.txt file and defines a new line when it encounters an at sign (@). The custom end of line character in this example is the at sign (@) as specified in the eol.txt file. The input file uses the at sign (@) to denote the end of line. These lines are processed into objects and published, each as a single message.
In EOLWriter.adfilesmodel, Subscription Service receives the objects, and writes each of them to a new line in the outeol.txt file. Subscription Service is configured with a user-defined end of line character, namely the caret (^).