Convert JSON arrays to JSON object
Convert separate header and row arrays into structured JSON objects for easy integration and handling.
Application
- Text
Inputs (what you have)
| Name | Description | Data Type | Required? | Example |
|---|---|---|---|---|
| Header Array | The array defining the keys for the structured JSON objects | Text (Long) | Yes | ["Name", "Age", "Country"] |
| Rows Array | The array containing rows of values corresponding to the header keys | Text (Long) | Yes | [["Alice", 30, "USA"], ["Bob", 25, "Canada"]] |
Outputs (what you get)
| Name | Description | Data Type | Required? | Example |
|---|---|---|---|---|
| Structured JSON | The restructured JSON object array combining the header and rows | Text (Long) | No |
Outcomes
| Name | Description |
|---|---|
| Success | This status is selected if the job has successfully completed. |
Requirements
- N/A