When we have several Excel sheets to read, union data by column name raise an error when it finds the same column name with different case.
Example:
Sheet1 with "costcenter" column name and Sheet2 with "CostCenter" column name.
Error :
Tip: Standardise column names so : Transform header to lowercase and replace spaces with ‘_’.
"Cost Center" = "cost_center"
When we have several Excel sheets to read, union data by column name raise an error when it finds the same column name with different case.
Example:
Sheet1 with "costcenter" column name and Sheet2 with "CostCenter" column name.
Error :
Tip: Standardise column names so : Transform header to lowercase and replace spaces with ‘_’.
"Cost Center" = "cost_center"