I have 20+ excel files in Japanese language. Most excel files are Microsoft Excel 2007+ and few them are in Microsoft Excel OOXML file type. I would like to convert these files to csv and load in Snowflake
, but prior to converting to csv
, I was wondering if there is any library or pre-built function that I can use in python
to determine which delimiter, escape character might be better for particular file ? Please also note few excel file contains multiple sheets.
Thanks in advance for your time and efforts!