![]() |
Code Documentation 3.5
Social Network Visualizer
|
Declares TableImport — CSV and JSON parsers that return a ParsedTable suitable for attribute-import workflows (#227). More...
#include <QStringList>#include <QVector>

Go to the source code of this file.
Classes | |
| struct | TableImport::ParsedTable |
| In-memory representation of a parsed tabular file. More... | |
Namespaces | |
| namespace | TableImport |
| Free functions that parse tabular files (CSV / JSON) into an in-memory ParsedTable that can be fed to Graph::vertexAttributesImport() or Graph::edgeAttributesImport(). | |
Functions | |
| ParsedTable | TableImport::fromCSV (const QString &filePath) |
Parses a CSV file at filePath into a ParsedTable. | |
| ParsedTable | TableImport::fromJSON (const QString &filePath) |
Parses a JSON file at filePath into a ParsedTable. | |
Declares TableImport — CSV and JSON parsers that return a ParsedTable suitable for attribute-import workflows (#227).