This website requires JavaScript.
Explore
Help
Sign In
1berry
/
postgres
Watch
1
Star
0
Fork
0
You've already forked postgres
Code
Issues
Packages
Projects
Releases
Wiki
Activity
postgres
/
contrib
/
file_fdw
/
data
/
text.csv
6 lines
86 B
CSV
Raw
Normal View
History
Unescape
Escape
Provide a FORCE NULL option to COPY in CSV mode. This forces an input field containing the quoted null string to be returned as a NULL. Without this option, only unquoted null strings behave this way. This helps where some CSV producers insist on quoting every field, whether or not it is needed. The option takes a list of fields, and only applies to those columns. There is an equivalent column-level option added to file_fdw. Ian Barwick, with some tweaking by Andrew Dunstan, reviewed by Payal Singh.
2014-03-04 17:31:59 -05:00
AAA
,
aaa
,
123
,
"
"
XYZ
,
xyz
,
"
"
,
321
NULL
,
NULL
,
NULL
,
NULL
NULL
,
NULL
,
"
NULL
"
,
NULL
ABC
,
abc
,
"
"
,
"
"
Reference in New Issue
Copy Permalink