turbot / steampipe-plugin-csv

Use SQL to instantly query data from CSV files. Open source CLI. No DB required.
https://hub.steampipe.io/plugins/turbot/csv
Apache License 2.0
19 stars 4 forks source link

Skip malformed csv files and run correctly #40

Closed daeho-ro closed 2 years ago

daeho-ro commented 2 years ago

I have many csv files in a folder and want to use steampipe. When I run steampipe query, I got an error that the plugin failed to start because of some file has an error. Remove that file and got another error from the other file.

Again and again...

I understand that some files are not having headers or local language characters but anyway, I think the steampipe should skip those malformed files and still could support the tables for the correct files.

daeho-ro commented 2 years ago

I think my issue is same as #31.