About StreamIN

About StreamIN
The StreamServer can receive and process field-based (FieldIN) and record-based (RecordIN) input data as shown in the examples below.
Example 1
INVOICE;1234;JOHN SMITH
ARTICLE;010;Ball;30.00
ARTICLE;020;Rope;125.00
AMOUNT;SEK;155.00
 
Example 2
BEGIN                    Invoice
HEADER_Invoice_no 1234
HEADER_Your_ref JOHN SMITH
ARTICLE_Pos_no 010
ARTICLE_Item Ball
ARTICLE_Price 30.00
ARTICLE_Pos_no 020
ARTICLE_Item Rope
ARTICLE_Text 80 Inches
ARTICLE_Price 125.00
AMOUNT_To_pay 155.00
AMOUNT_Currency SEK
FREETEXT_Free_text Merry Christmas!
 
Description files
You must create a description file where you describe all fields that the input data can contain, and which Event(s) the input data is aimed for. See Description files.
Samples
You can load one or more StreamIN samples to the StreamIN tool, and use these samples when you create a StreamIN configuration. See StreamIN samples.
StreamIN configuration
The description file does not describe how to structure the fields. In the StreamIN tool, you specify how to organize the input data as fields and blocks of fields. See Creating a StreamIN configuration.
OpenText StreamServe 5.6 Updated: 2013-03-01