Hello again <@U06CBNR7GM9> - looks like I'm having...
# plugins-general
r
Hello again @eric_simmerman - looks like I'm having issues loading in a particular CSV now. It's failing on
psycopg2.errors.NotNullViolation: null value in column "number" violates not-null constraint
but I think it might be getting screwed up because this particular CSV has some new line characters in some of the field values. How does your tap work with newline characters in csvs? Is this expected? Curious how you would handle this. I see that there is a
universal_newlines
option but I assume that is
true
by default, so I don't think I would change anything there. Thank you!