convert "MISSING" field from empty array to empty string in couchbase
Hi, I am using tCouchbasOutput to write json files into couchbase 3.0. Problem i am facing is whenever a string comes with null value, it is stored as [] i.e. "emtpy array" , although it should be "" i.e. "empty string", any ideas how to fix ?