Tsv Writer
Module name: TsvWriter
Package: CEAMSModules 7.4.0
Version: 2.0.0
Overview
Saves events to a CSV file.
Inputs
Input |
Format |
Default |
Description |
|---|---|---|---|
|
string |
— |
The filename to save to |
|
pandas DataFrame |
— |
The list of events to save |
|
bool |
1 |
Flag to generate the event_name with @@channel_label. |
|
String of bool |
0 |
Flag to add a column with the time elapsed (HH:MM:SS) |
|
String of bool |
0 |
Flag to append data to file instead of rewriting |
|
— |
0 |
See module settings for configuration details. |
Outputs
This module has no outputs.
Usage in a process
Open Dev Tools -> New process in Snooz.
In the Module Library, find Tsv Writer under the Files I/O category.
Drag the module onto the process canvas.
Connect the required inputs from upstream modules (or set values in the Settings tab).
Connect outputs to downstream modules as needed.
Double-click the module to configure parameters in the Settings tab.
Run the process and inspect results in the Results tab.
Note
For general guidance on building processes with modules, see Explore examples.