cancel
Showing results for 
Search instead for 
Did you mean: 

Nuxeo CSV Importer update document, change existing integer to null

LaraGranite_
Star Contributor
Star Contributor

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?

1 ACCEPTED ANSWER

Florent_Guillau
World-Class Innovator
World-Class Innovator

Unfortunately it is currently not possible to import null values.

View answer in original post

2 REPLIES 2

Florent_Guillau
World-Class Innovator
World-Class Innovator

Unfortunately it is currently not possible to import null values.

Thanks, Florent. That was my fear.