![]() |
Code Documentation 3.5
Social Network Visualizer
|
In-memory representation of a parsed tabular file. More...
#include <graph/io/table_import.h>
Public Attributes | |
| QStringList | headers |
| QVector< QStringList > | rows |
| bool | ok = false |
| QString | errorString |
In-memory representation of a parsed tabular file.
headers Column names from the first CSV row or JSON object keys. rows Data rows; each inner list has the same length as headers (shorter rows are right-padded with empty strings during parsing). ok True if parsing succeeded and at least one header was found. errorString Human-readable failure reason when ok is false.
| QString TableImport::ParsedTable::errorString |
| QStringList TableImport::ParsedTable::headers |
| bool TableImport::ParsedTable::ok = false |
| QVector<QStringList> TableImport::ParsedTable::rows |