You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
type-analyser unable to identify the column data type and hide the column once the column type is unknown. At the same time, csv2json function will convert the string into numeric if found the string contents are all number.
The above behaviour caused the source value in Edge Source column missing in Import Wizard.
Possible Implementation
Use a better type-analyser library to correctly identify the column type.
csv2json function should not transform the data type. The function should retain the data type instead of transforming it, leaving a choice for user to identify the data type for that specific column for any reason.
Current Behavior
type-analyser
unable to identify the column data type and hide the column once the column type is unknown. At the same time,csv2json
function will convert the string into numeric if found the string contents are all number.The above behaviour caused the
source
value in Edge Source column missing in Import Wizard.Possible Implementation
type-analyser
library to correctly identify the column type.csv2json
function should not transform the data type. The function should retain the data type instead of transforming it, leaving a choice for user to identify the data type for that specific column for any reason.Sample Data
The text was updated successfully, but these errors were encountered: