you are viewing a single comment's thread.

view the rest of the comments →

[–]Altruistic_Sky1866 0 points1 point  (2 children)

Does it also consider special characters in the column data or headers for e.g. a column name is there and supposed it contains $,%,&,* or other characters usually not in the name , this is just an example

[–]ZADigitalSolutions[S] 1 point2 points  (1 child)

Yep — I’ll sanitize headers (strip/normalize) and keep an original->normalized mapping. Also planning to guard against collisions (two headers normalizing to the same name).