What's the modern performant way to parse tab-tab-return data into an array of rows, each containing an array of column values.
No quotes or funny chars involved, i.e., no tabs or returns within individual "cells" just straight up numbers, letters, hyphen, underscore, space.
Old-school version is nested listToArray() calls.
Is there a slicker and/or faster way?