Commit c6dfc7ae authored by Leon's avatar Leon

upload.

parent 011b5b06
......@@ -47,7 +47,7 @@ try {
print("query result: ", JSON.stringify(erp_data));
_.mapValues(erp_data, function(v){
return _.isString(v) ? v.replace(/\u0000/g, '') : v;
return _.isString(v) ? v.replace(/\\u0000/g, '') : v;
});
print("after mapValues: ", JSON.stringify(erp_data));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment