Interface DataExchangeResult.SpreadsheetImport

All Superinterfaces:
DataExchangeResult
Enclosing interface:
DataExchangeResult

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

    • getErrorFile

      File getErrorFile()
      Returns the file that contains invalid records encountered during import when the configuration specifies that 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