Loading Null values into Snowflake DB via Bulk Load Snap
Hey All,
So I’m trying to load certain columns from a csv file into snowflake, but facing some issues.
I have the file, properly parsed it via the csv parser, and I’ve also used a mapper to map t...