How can I export data to json formatted?

How can I export data to json formatted?

EPettersonEPetterson Posts: 9Questions: 3Answers: 0

Hello, I'm struggling to export data in json format through a button, the thing is that I want it formatted, something like this:

{
"Column2": "Cliente",
"Column3": "Razon Social",
"Column4": "Ref Producto",
"Column5": "Descripcion Producto",
"Column6": "Cantidad",
"Column7": "Monto Total",
"Column8": "Codigo Familia",
"Column9": "Nombre Familia",
"Column10": "Linea Producto",
"Column11": "Nombre de Linea",
"Column12": "Categoria"
},

WebDataRocks wont accept the regular json format that the json button in the documentation creates.

Thanks in advance!

Answers

Sign In or Register to comment.