Releases: mariodavid/cuba-component-data-import
Releases · mariodavid/cuba-component-data-import
version 0.14.1
Bugfix
- Fixed custom attribute mapper screen (
isRequiredColumn
error) (#159)
version 0.14.0
Added
- support for required and optional columns:
isRequiredColumn
inImportAttributeMapper
version 0.13.0
Bugfix
- Ignore
@Transient
properties in the import process (might be a breaking change in some situations)
version 0.12.0
Dependencies
- CUBA 7.2.x
- Apache POI 4.1.1
version 0.11.1
Changed
- Improved Date Parsing Error Handling
Bugfix
- Data Import fails with Unique Configuration: Update and association attribute binding (#151)
version 0.11.0
Added
- support for additional datatypes:
LocalDate
,Long
in parsing values
version 0.10.0
Dependencies
- CUBA 7.1.x
version 0.9.2
Bugfix
- DataImportAPI does not allow to use Excel files to be imported (#144)
version 0.9.1
Bugfix
- Exceptions are caught globally in GenericDataImportService and store it in the import execution instance
version 0.9.0
Added
DataImportAPI
which provides an API of the application component for the core module. It allows to import FileDescriptor instances.- Ability to define the charset of the file to import (UTF-8 default)
- Data imports are logged and persisted for identifying what data failed during import process (
Administration > Data Import > Import Execution
)
Bugfix
- Exception during Import Wizard with saving unique configurations (#138)