Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There can be a problem with loading data to Data Sources when a key field contains an empty string – it will now be imported as null which is not allowed by the Data Source.

As a solution, add the datamart.loadData.importEmptyStrings property to the pricefx-config.xml file. If set to true, empty string will be imported as empty strings, if set to false, they will be imported as null.

...