Daniel Moura

Results 33 comments of Daniel Moura

the csv processor has an header option. It auto-detects if there is an header or not, but you can also set the option manually.

BTW, reading JSON arrays is done today by leveraging jq in the command-line: ```sh jq `.[]` myfile.json | spyql "SELECT .aproperty FROM json" ```

Hey. You are totally right, regarding the stack trace. This behavior happens in parts of the code where there is no error handling, which seems to be the case for...