Closed llermaly closed 5 years ago
To skip certain columns omit them in schema.
hello @catamphetamine and thanks, if I omit columns then I get this response:
{ rows: [], errors: [] }
provide an online demo somewhere on codepen or alternative.
My mistake, the file was wrong. It is working as expected.
Thanks for your time
Hello,
I'm receiving a 10 columns file but I only need 5. Is there a way to tell the schema to skip the unwanted columns? If I only put in the schema the columns I need the json response is empty.
Thanks!