Skip to content

Commit

Permalink
Update 1500 - draft-zip.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fscelliott committed Dec 2, 2024
1 parent 6c6b24d commit bf49bf7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ The following parameters are in the computed field's [global Method](doc:compute

See the following table for information about the Zip method's output.

| source ids | result | notes |
| source ids | output | notes |
| ------------------------------------------------- | ------------------------------------------------------------ | ------------------------------------------------------------ |
| array of arrays | section group containing zipped arrays | Each source field must output an array, for example, as a result of configuring `"match": "allWithNull"` or `"type": "name"` for the field. <br/>If the source arrays are of different lengths, Sensible appends `null` values for the shorter of the two arrays in the zipped output, up to the length of the longer array. <br/>Avoid using `"match":"all"` with the Zip computed field method. This option strips out null array elements and can result in source arrays of unpredictably different lengths.<br/>For an example, see example 1. |
| array of arrays | section group containing zipped arrays | Each source field must output an array, for example, as a result of configuring `"match": "allWithNull"` or `"type": "name"` for the field. <br/>If the source arrays are of different lengths, Sensible appends `null` values for the shorter of the two arrays in the zipped output, up to the length of the longer array. <br/>Avoid using `"match":"all"` with the Zip computed field method. This option strips out null array elements and can result in source arrays of unpredictably different lengths.<br/>For an example, see Example 1. |
| one [table](doc:table-methods) | section group containing rows | For an example, see Example 2. |
| array of tables | section group containing merged rows | For an example, see Example 3. |
| array of [section](doc:sections) groups | section group containing merged sections | For an example, see [Zip sections example](doc:sections-example-zip). |
Expand Down

0 comments on commit bf49bf7

Please sign in to comment.