faradaytrs/Array to object action
Transform array with data to key-value object
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| data | Data in JSON format | yes | — |
| keyProperty | Property in each array element to use as key | yes | — |
| valueProperty | Property in each array element to use as value | yes | — |
| output | Output variable name | no | data |
Outputs
| name | description |
|---|---|
| data | Data in JSON format |