A parse result always contains three objects: row, errors, and meta. row and errors are arrays, and meta is an object.
an array of errors.
contains extra information about the parse, such as delimiter used, the newline sequence, etc.
the cells of the parsed row.
A parse result always contains three objects: row, errors, and meta. row and errors are arrays, and meta is an object.