Library Version: 1.0.0-Beta4
When reading an Excel file (.xlsx) that contains duplicate column names (e.g., two columns named "label"), the readExcel function automatically renames the duplicates (e.g., label and label1) to ensure uniqueness.
I found that stringColumns is ineffective for renamed duplicates.
Inputting the original name (label) only affects the first instance.
Inputting the inferred renamed name (label_1) is ignored by the loader.
This leaves no declarative way to handle duplicate columns as strings during the initial load phase.
Library Version: 1.0.0-Beta4
When reading an Excel file (.xlsx) that contains duplicate column names (e.g., two columns named "label"), the readExcel function automatically renames the duplicates (e.g., label and label1) to ensure uniqueness.
I found that stringColumns is ineffective for renamed duplicates.
Inputting the original name (label) only affects the first instance.
Inputting the inferred renamed name (label_1) is ignored by the loader.
This leaves no declarative way to handle duplicate columns as strings during the initial load phase.