-
Notifications
You must be signed in to change notification settings - Fork 6
Playback Communicator
meganlim edited this page Aug 3, 2018
·
5 revisions
This communicator is used to read data from a delimited (csv) file. The file must include a header row with the names of each value.
The Playback Communicator class plays back input data from a csv file.
This class will look for the following optional configuration parameters:
Parameter | Description |
---|---|
file [Optional] | The file to be used for playback |
Delim [Optional] | The delimiter used in the playback file |
timestampFromFile [Optional] | If set to ‘true’ the playback data will be assigned the timestamp in the file. Otherwise, it will be assigned the current time |