Code Documentation 3.5
Social Network Visualizer
Loading...
Searching...
No Matches
TableImport::ParsedTable Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

◆ errorString

QString TableImport::ParsedTable::errorString

◆ headers

QStringList TableImport::ParsedTable::headers

◆ ok

bool TableImport::ParsedTable::ok = false

◆ rows

QVector<QStringList> TableImport::ParsedTable::rows

The documentation for this struct was generated from the following file: