marcelocastro
6 years agoNew Contributor
create json struct - data rows
A data set (dataset source) that must be transformed into a json structure. How can this accomplish this using groovy or another tool? For each COD_DOC a JSON file with its associated items must be c...
- 6 years ago
Hi Richie
Thank you for your suggestion. I did the data conversion, but I did not find a way to group the items in a document.
The answer I obtained was to convert each row of the table into a JSON structure, but what I need and am having difficulty is to group the item data of each document into a single JSON for each document.
Thank you