Comments
-
Hey @adam_mx , @user19223, I did something similar when uploading to our Snowflake instance. You can use the Python tile to automatically convert all your columns names to uppercase. Python Tile Code: # Import the domomagic package into the script from domomagic import * # read data from inputs into a data frame data =…