Numbers to an array
Turn a column of numbers into a numeric array — no quotes around the values.
Paste a column of numbers and get an array of actual numbers rather than strings. Anything that reads as a plain number — 42, -7, 3.14 — is written without quotes, so the array is ready for arithmetic, a chart library or a sum, with no parseFloat pass afterwards.
Values that are not numeric still come out as quoted strings, which makes a stray label or a thousands separator easy to spot in the output. The tally under the result shows how many values went in and how many came out.
Questions
Build your own chain in the pipeline builder.