When using the read() method, and I don't provide headers and don't specify that the first row is headers, the library returns a query with columns named column1, etc That is convenient syntax to work with and makes the code more readable. When using readLargeFile and returning a struct, it would be great if you could do the same thing with the columns array.
When using the
read()method, and I don't provide headers and don't specify that the first row is headers, the library returns a query with columns namedcolumn1, etcThat is convenient syntax to work with and makes the code more readable. When usingreadLargeFileand returning a struct, it would be great if you could do the same thing with thecolumnsarray.