Skip to content

Releases: mariodavid/cuba-component-data-import

version 0.14.1

18 Jul 20:14
Compare
Choose a tag to compare

Bugfix

  • Fixed custom attribute mapper screen (isRequiredColumn error) (#159)

version 0.14.0

19 Jul 10:38
a6db457
Compare
Choose a tag to compare

Added

  • support for required and optional columns: isRequiredColumn in ImportAttributeMapper

version 0.13.0

15 May 19:41
Compare
Choose a tag to compare

Bugfix

  • Ignore @Transient properties in the import process (might be a breaking change in some situations)

version 0.12.0

13 Mar 18:19
Compare
Choose a tag to compare

Dependencies

  • CUBA 7.2.x
  • Apache POI 4.1.1

version 0.11.1

06 Dec 22:15
Compare
Choose a tag to compare

Changed

  • Improved Date Parsing Error Handling

Bugfix

  • Data Import fails with Unique Configuration: Update and association attribute binding (#151)

version 0.11.0

16 Nov 10:04
Compare
Choose a tag to compare

Added

  • support for additional datatypes: LocalDate, Long in parsing values

version 0.10.0

20 Sep 19:12
Compare
Choose a tag to compare

Dependencies

  • CUBA 7.1.x

version 0.9.2

12 Aug 14:03
Compare
Choose a tag to compare

Bugfix

  • DataImportAPI does not allow to use Excel files to be imported (#144)

version 0.9.1

15 Jul 19:51
Compare
Choose a tag to compare

Bugfix

  • Exceptions are caught globally in GenericDataImportService and store it in the import execution instance

version 0.9.0

08 Jul 19:40
Compare
Choose a tag to compare

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)