Table

The “Table” module displays and saves any tabular content.

Usage

No configuration required for now. Data is saved unconditionally into a sanitized CSV table.

It is recommended to load the generated data using the edlio Python module, but you can also manually open the data and read it. For example, using Pandas in Python:

import pandas as pd

df = pd.read_csv('/path/to/data.csv', sep=';')
print(df)

Ports

NameDirectionData TypeDescription
🠺RowsInTableRowTable rows to display and save.

Stream Metadata

None generated (no output ports).