Package io.deephaven.importers.util
Class CsvImport
java.lang.Object
io.deephaven.importers.util.CsvImport
Tools for programmatically executing CSV batch imports.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic longrun(CsvImportOptions options) Executes a CSV batch import as configured for theCsvImportobject.
-
Field Details
-
log
-
-
Constructor Details
-
CsvImport
public CsvImport()
-
-
Method Details
-
run
Executes a CSV batch import as configured for theCsvImportobject.- Returns:
- The number of rows imported.
- Throws:
IOException- If the import cannot be executed or fails during processing.
-