1. Extract Data Rows from Array
Data AnalystBackground
You have a JSON array with a header followed by data rows, such as `["ID", "1", "2", "3"]`.
Problem
Need to isolate the data rows for analysis without the header.
How to use
Paste the array into the Array field and submit.
Outcome
The tool returns `["1", "2", "3"]`.