CSV File Reader

Summary

Doc_BoxAlgorithm_CSVFileReader.png
  • Plugin name : CSV File Reader
  • Version : 1.1
  • Author : Victor Herlin
  • Company : Mensia Technologies SA
  • Short description : Read signal in a CSV (text based) file
  • Documentation template generation date : Dec 3 2018

Description

This box reads a Comma Separated Values (CSV) text file. The file must be written using a specific OpenViBE convention. The format is described in detail in CSV File Writer

The file can contain two streams, one for matrix-type data and one for stimulations.

Outputs

1. Output stream

This output can carry Signal, Streamed Matrix, Covariance, Spectrum and Feature Vector data.

  • Type identifier : Signal (0x5ba36127, 0x195feae1)

2. Output stimulation

This output will contain stimulations read from the file.

  • Type identifier : Stimulations (0x6f752dd0, 0x082a321e)

Settings

1. Filename

Path of the CSV file to read.

  • Type identifier : Filename (0x330306dd, 0x74a95f98)
  • Default value : [ ]

Examples

Example of a scenario using the CSV Reader box to read a signal file and display it using an Oscilloscope.

csv-file-reader-example.png
Reading a CSV file

Miscellaneous