Map each column in the target Event Stream Processor stream to a Reuters FID or a pseudo-field.
Find the appropriate FID for each column in the stream. The datatype of the Event Stream Processor column must be compatible with the datatype of the Reuters FID that feeds it.
Here are possible matches between FID datatypes and Event Stream Processor datatypes:
Event Stream Processor Datatype | Reuters Datatype |
---|---|
integer or long | integer |
string | alphanumeric |
integer | enumerated |
timestamp or date | time, date |
money or float | price |
long or integer | time_seconds |
Not supported | binary |