Release Notes - Excel Adapter 2.2


Overview

Version 2.2 of Excel adapter fixes multiple bug fixes.


Bug Fixes

  • Data onboarding issue – Fixed an issue where values were being added to the wrong fields in certain scenarios.

  • Duplicate Columns issue – Fixed an issue when a file had duplicate column (More than one column with same name) and the data was shifted to the right because the duplicate columns were not added to the data table for onboarding. The duplicate columns are now identified properly and marked with a _Duplicate field to accommodate proper onboarding. If a field name is "Agent" and it is present 3 times in the csv file, then the index would show Agent, Agent_Duplicate1 and Agent_Duplicate2.

  • Composite Primary Key – Fixed an issue when composite primary keys were used as a combination of more than one column.