How can I translate my JSON structure for jQuery DataTables?
I would like to build a generic CSV viewer with DataTables. "generic" means that it should be capable to read any CSV acquired externally and represent into a Jquery DataTables I'm starting from a JSON structure (obtained after CSV parsing)…