Code Documentation 3.5
Social Network Visualizer
Loading...
Searching...
No Matches
table_import.h File Reference

Declares TableImport — CSV and JSON parsers that return a ParsedTable suitable for attribute-import workflows (#227). More...

#include <QStringList>
#include <QVector>
Include dependency graph for table_import.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Declares TableImport — CSV and JSON parsers that return a ParsedTable suitable for attribute-import workflows (#227).

Author
Dimitris B. Kalamaras
See also
https://socnetv.org