Class ImportedData
java.lang.Object
io.jmix.dataimport.extractor.data.ImportedData
Represents the result of input data processing that contains:
- List of
ImportedDataItem
s: 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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addDataFieldName
(String dataFieldName) void
addItem
(ImportedDataItem item) getItems()
void
setDataFieldNames
(List<String> dataFieldNames) void
setItems
(List<ImportedDataItem> items)
-
Field Details
-
items
-
dataFieldNames
-
-
Constructor Details
-
ImportedData
public ImportedData()
-
-
Method Details
-
getItems
-
setItems
-
getDataFieldNames
-
setDataFieldNames
-
addItem
-
addDataFieldName
-