Class ImportedData

java.lang.Object
io.jmix.dataimport.extractor.data.ImportedData

public class ImportedData extends Object
Represents the result of input data processing that contains:
  • List of ImportedDataItems: one imported data item contains the raw values of properties for one entity to import.
  • Data field names: names of the fields from input data (XLSX, CSV - column names specified in the first row, JSON - field names from JSON object, XML - tag names).
  • Field Details

  • Constructor Details

    • ImportedData

      public ImportedData()
  • Method Details