ManualSchema Project
The ManualSchema project contains a business process and an adapter configuration: TestDelimitedWriterManual.bwp and delimitedWriterManual.adfilesmodel. The sample project shows how the adapter transfers records using a manual write schema.
In this example, the TestDelimitedWriterManual.bwp process sends the specified input data in a series of messages on the delimitedWriterManualWithBWProcess subject.
In delimitedWriterManual.adfilesmodel, Subscription Service listens to the subject, receives all the messages, and then formats and writes them to an output file located in a working directory. One minute after opening the file, the service moves the file to its output directory, and names the file as delimitedManual.txt.
The WriteShcema(Manual) write schema in this example is created directly without relying on any read schema. You have to manually create write file records for the write schema.