Bulk load with automatic matching of column names

Hi,

When we use bulk load to database with automatic column mapping, is this case sensitive for the field names ? I have the impression that the case does not matter?
I had a dataset with field in uppercase and loaded this into a postgres tabel with field names in lowercase.
It seems that automatic mapping still works.

Should I explicitly convert to lowercase or will bulk load correctly match the field names ?
Just to be sure…

Thanks
Nikolaas

Hi Nikolaas,

Automatic column mapping is case insensitive. There is no need to convert your column names to lowercase.

1 Like