- close() - Method in class ai.grakn.migration.csv.CSVMigrator
-
Close the reader
- convert() - Method in class ai.grakn.migration.csv.CSVMigrator
-
Each String in the stream is a CSV file
- CSVMigrationOptions - Class in ai.grakn.migration.csv
-
Configure the default CSV migration options and access arguments passed by the user
- CSVMigrationOptions(String[]) - Constructor for class ai.grakn.migration.csv.CSVMigrationOptions
-
- CSVMigrator - Class in ai.grakn.migration.csv
-
The CSV migrator will migrate all of the data in a CSV file into Grakn Graql var patters, to be
imported into a graph as the user sees fit.
- CSVMigrator(File) - Constructor for class ai.grakn.migration.csv.CSVMigrator
-
Construct a CSVMigrator to migrate data in the given file
- CSVMigrator(Reader) - Constructor for class ai.grakn.migration.csv.CSVMigrator
-
Construct a CSVMigrator to migrate data in the given Reader