Delimited data format

The data sent to the input terminal is delimited according to the Record Delimiter properties.

It is comprised of one or more keys, for example:
MyKey1,MyVal1
MyKey2,MyVal2

MyKey1

MyKey2

or if Include Key property is set to false, then the response will just be values:
MyVal1
MyVal2
The data produced on the unmatched terminal will be a list of keys:
MyKey1
MyKey2