Hi, everyone,
I would like to load all tabular data files in a directory using a loop. I have developed the loop, and it works pretty well. But I know I'll have scenarios where csv files are encoded differently (utf-8 vs ansi).
How can I check the encoding of a csv file before or during the load?
Thanks in advance,
Jason