This customer has a requirement to update a string field with the value “NULL” via inbound integration (CSV Flat Integration).
As an example, the requirement is to send a file like the below and get it applied to the database.
When such a file is sent, the system identifies the word “NULL” as a keyword and sets the particular field empty without taking the string value NULL.
Technically, the application identifies NULL as a keyword and applies the general behavior.
At the same time, the customer’s required behavior can be gained from the application. The value “NULL” can be set to a field from the Smart Client.
The application identifies NULL as a string and stores it in the database.
The customer would like to know how the string “NULL” can be applied to the database via the integration as well.
Appreciate it if you could share your thoughts on this.