Reputation: 123
I wish to upload a file with field with text containing "\", but to ignore it while running COPY INTO.
e.g:
For the following field value: \"before!!\' not!!
I wish the data be loaded as :
"before!!' not!!
I have tried including ESCAPE='\\', Tried using FIELD_OPTIONALLY_ENCLOSED_BY='"', and ESCAPE_UNENCLOSED_FIELD in all kind of variations, None of those options did the job.
Does anyone have any idea?
Thanks!
Upvotes: 0
Views: 518