11-16-2018 12:13 PM
I am doing a bulk update using nuxeo csv-import.
The documents have existing data in an integer field.
I'd like to force the integer fields to have a null value. To be clear, this means the value in my:integerField will need to change from "12345" to "". I've tried:
"name","type","my:integerField"
"MyDoc","MyType",
"MyDoc","MyType",
"MyDoc","MyType",null
"MyDoc","MyType",NULL
"MyDoc","MyType","null"
"MyDoc","MyType","NULL"
"MyDoc","MyType",\N
"MyDoc","MyType","\N"
"MyDoc","MyType",""
"MyDoc","MyType",''
"MyDoc","MyType","NULL"
"MyDoc","MyType","{@code null}"
"MyDoc","MyType",{@code null}
etc etc.
I'm using Nuxeo 8.10 with postgresql.
Any suggestions?
11-16-2018 02:05 PM
Unfortunately it is currently not possible to import null values.
11-16-2018 02:05 PM
Unfortunately it is currently not possible to import null values.
11-16-2018 02:11 PM
Thanks, Florent. That was my fear.
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.