Added a disabled property to the columns class. This property determines whether a target data model column is editable inside the review step or not (link). When disabled, the column is still accessible in all cleaning and dataHandler functions and is part of the result in onResults.
Added description to dropdown options, allowing you to add additional information to each option, which is displayed inside a popover via the info button (link).
Added a specific style class for the “Find error,” “Clean data,” “Find & replace,” and “Export as Excel” buttons inside the review step, enabling you to style each button individually. This includes changing the style, replacing, adding, or removing the button’s icon (link).
Implemented a new update to our nuvo AI for mapping, which supports improved and advanced mapping capabilities across 10+ languages, including German, English, Spanish, French, Polish, Dutch, Swedish, Portuguese, and many more.
Added parse() to our dynamic import feature (nuvoSession), allowing you to use our parsing functionality while using dynamic import (link).
Fixed an issue where automaticMapping could not identify identical import cases when the spreadsheet content of the imported file(s) and/or a few keys of some TDM columns were different (link).
Fixed an issue where imported files containing EU and US number formats led to complications.
Fixed an issue that occurred when a dropdown option had the same value as another option’s label.
Fixed an issue where + symbols were not correctly displayed when parsing an XML file.
Added support for rendering HTML tags inside the popover info of the description property, allowing for rich text formatting and interactive elements like links, lists, etc. (link).
Added missing country codes to our country_code_alpha_2 columns.
Fixed an issue where switching to errored rows could result in an empty screen, particularly after scrolling to the bottom of the list and adding a new row.
Fixed an issue where copying and pasting values into a range containing a hidden column would paste values into the hidden column instead of the visible columns.
Fixed an issue where onCancel were triggered for all importer instances instead of just the active one.