I'm working with Hybris and I have to write an ImpEx and pass empty string and space there. I would like to do something like this:
INSERT_UPDATE attr1[unique=true]; attr2
"someString1" ; ""
"someString2" ; " "
But the problem is that both "" and " " are recognized as null. I checked that database is able to save empty Strings (MySQL is used). And the problem is somewhere in ImpExReader. How can I pass empty space and empty string via impex? Is it possible? Hybris v5.7 is used
Many thanks