Import validation
Hi all,
I have a simple importer, only the sheet that i want to import hase some columns with NULL as string
How can i cast or save it as null in database?
Both options below wont work and throws me a validation error that
I want the value to be null if string of state == 'NULL'
My migration has the field als nullable
Also i dont see where the validation would be happening because there is no validation on the fields.
Thanks for the help!
I have a simple importer, only the sheet that i want to import hase some columns with NULL as string
How can i cast or save it as null in database?
Both options below wont work and throws me a validation error that
The from email field is required.I want the value to be null if string of state == 'NULL'
My migration has the field als nullable
Also i dont see where the validation would be happening because there is no validation on the fields.
Thanks for the help!
Solution
I think it was a cache issue, after removing all the cache and tried it again. No errors.