# CSV-Import Release 1.1

# System Requirements

  • Core Engine Version 3.6.7 or later

# New features and improvements

  • Add support for import fields with dimensions (but all dimensions will be set to null)
  • Add more details to log messages to tell line number, line content and module
  • Do not import empty columns from CSV

# Solved bugs

  • Fix wrong interpreted CSV columns. They are now interpreted as field first and then as a relation

# Patch releases

# Version 1.1.1

  • Add configurable field and value separators
  • Add log output to external path
  • Add support for virtual fields and relations
  • Add warning output if the target field was not found
  • Fix wrong translations result. Translations now return the default configuration when getConfig is called
  • Set timeout to one hour for CSV import

# Version 1.1.2

  • Add testing for length of the types CEId and CEIdList
  • Fix importing of the empty lines
  • Add more date formats for legacy CSV import
  • Fix importing the whole xlsx file if an error occurred
Request missing documentation