Unknown macro: {next_previous_links}
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

All the data for a particular event stream can be inserted to a csv file separated by an appropriate separator (eg: comma, slash, etc). When entering a new dataset for a new event, that should be done after a newline character. The following data is for 4 events.

Use either 'true' or 'false' as values for boolean type attributes that are defined in an event stream, when sending events via the event simulator.

  • 199008131245,false,100,temperature,23.45656,7.12324,100.34,23.4545
  • 199008131245,true,101,temperature,23.45656,7.12324,100.34,23.4545
  • 199008131245,false,103,temperature,23.45656,7.12324,100.34,23.4545
  • 199008131245,true,104,temperature,23.45656,7.12324,100.34,23.4545

The csv file can be browsed and uploaded and will be hot deployed in the server, and refreshing the page will show the user the uploaded file.

Before simulating the event flow, the csv file should be configured and specify the field delimiter.

Configure the csv file by entering the field delimiter.

After configuring the csv file, the event flow can be simulated by clicking on the “play” button, and the user will be able to delete the csv file along with the configurations by clicking on the “delete” button as well.


  • No labels