Skip to content

Commit

Permalink
Merge pull request #3289 from vdwals/feature/3287
Browse files Browse the repository at this point in the history
[Feature] Feature/3287 - Enable Generating Arrays Inside JSON for Grouped Values
  • Loading branch information
hansva authored Nov 14, 2023
2 parents a944cb5 + 7b8cbb1 commit c596527
Show file tree
Hide file tree
Showing 16 changed files with 1,546 additions and 97 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ Can be empty string that will affect output json structure, see detailed descrip
|Output value|This value will be used as a transform output field.
Will contain generated json output block depending on transform settings.
|Force Arrays In JSON| If checked, JSON output will be forced as a single item whose content is an array.
|Force single grouped Item|Grouped values are stored in an array inside the JSON instead of creating an array of JSONs
|Pritty Print JSON|If checked, JSON output will be pritty printed.
|===

Expand Down
Loading

0 comments on commit c596527

Please sign in to comment.