We're Moving!

The Vertica Forum is moving to a new OpenText Analytics Database (Vertica) Community.

Join us there to post discussion topics, learn about

product releases, share tips, access the blog, and much more.

Create My New Community Account Now


can I load a file with escape as including several chars? — Vertica Forum

can I load a file with escape as including several chars?

ERROR 2737:  COPY ESCAPE must be a single character

 

I'm using  DELIMITER  ',' ENCLOSED BY  '"'  ESCAPE AS '\"'  NULL AS '\N'    while loading and several records got rejected coz it has a field which contains multiple  \"  within.

 

 

ex: "aaaaaaaa","bbbbbbb","cccccccc","dddddd","1","","","2045-07-01 05:02:03",,"m.mmmm.co.mm/apimm/app/setvvvvvvvvvvv.php?data={\cccccccccc\":0,\ccccccc\":2,\cccccccccc\":5,\ddddddd\":0}"

 

 

The last field in this record has  \ and \"  in it.

I've tried  ESCAPE AS '\"'   ,  ESCAPE AS '\'  ,  ESCAPE AS '\\"' but no go.

Leave a Comment

BoldItalicStrikethroughOrdered listUnordered list
Emoji
Image
Align leftAlign centerAlign rightToggle HTML viewToggle full pageToggle lights
Drop image/file