Interface DataExchangeResult.CSVImport

All Superinterfaces:
DataExchangeResult
Enclosing interface:
DataExchangeResult

public static interface DataExchangeResult.CSVImport extends DataExchangeResult
Stores data results when executing CSV import.
Since:
2.3.0
  • Method Details

    • getErrorFile

      File getErrorFile()
      Returns the file containing invalid records encountered during import when the configuration specifies that all records with errors in their data rows will be exported to a downloadable file. Otherwise, returns null.
    • getResults

      Iterator<ImportResult> getResults()
      Returns an iterator over ImportResult elements. Each element stores a data result when importing data into a table.
      Specified by:
      getResults in interface DataExchangeResult