ac-bundle-module-utils-jsontocsv
utils/jsontocsv.js
A module for ac-bundle-app, published by ac-bundle-module.
Available Methods: clean, convert
clean
function(value) {…
if (app.has(value) !== true) value = "";
if (typeof value === "object") value = value.join(", ");
if (typeof value === "number") value = String(value);
return