Skip to main content

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)

NameDescriptionData TypeRequired?Example
Header ArrayThe array defining the keys for the structured JSON objectsText (Long)Yes["Name", "Age", "Country"]
Rows ArrayThe array containing rows of values corresponding to the header keysText (Long)Yes[["Alice", 30, "USA"], ["Bob", 25, "Canada"]]

Outputs (what you get)

NameDescriptionData TypeRequired?Example
Structured JSONThe restructured JSON object array combining the header and rowsText (Long)No

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.

Requirements

  • N/A