Problemunvalidated
when I use Data Conversion Parameters like `EMPTYASNULL` it loads both blanks and nulls as NULL — load blank values as blank and null values as null from a CSV using COPY command in Redshift. Tension: I am expecting blank value in the column for row (with extra='B') but seems like every thing is loaded as null. Outcome: How do I make it blank?
fe24bea1-a0cc-4916-ad54-c9ea12eacc79
when I use Data Conversion Parameters like EMPTYASNULL it loads both blanks and nulls as NULL — load blank values as blank and null values as null from a CSV using COPY command in Redshift. Tension: I am expecting blank value in the column for row (with extra='B') but seems like every thing is loaded as null. Outcome: How do I make it blank?