Description files > FieldIN reference

FieldIN reference
FieldIN input consists of field IDs and field values. The ID and the value can be character separated, or located in fixed positions.
Example 5
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!
 
Example 6
FIELDIN "STR456"
PosLabelStartEvent 1
LabelStartEvent "BEGIN"
PosEvent 25
IgnoreLevel
PosField 1
FixLenField 24
PosValue 25
END
 
FieldIN syntax
 FIELDIN <str>
[Comment <str>]
[DisableLookback]
Event keywords [<num>|<str>|<{...}>]
Field keywords [<num>|<str>|<{...}>]
[Body text keywords [<num>|<str>]|<{...}>]
[Level keywords [<num>|<str>]]
[Control keywords [<num>|<str>|<{...}>]]
END
Entries within “[ ]” are optional.
Pipe “|” indicates “OR”.
All string and character arguments must be enclosed by quotation marks, for example "String 1" or "A". You can also enter characters as ASCII within angle brackets. For example, enter "<33>" instead of an exclamation mark ("!")
OpenText StreamServe 5.6 Updated: 2013-03-01