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

Recompile plugin with steampipe-plugin-sdk-v5.2.0-rc.9 #52

Closed misraved closed 1 year ago

misraved commented 1 year ago

Example query results

Results ``` select * from csv.ved +-------+---------------+---------+--------+------+---------------------------+ | name | fullname | country | grant | free | _ctx | +-------+---------------+---------+--------+------+---------------------------+ | daisy | daisymisra | USA | tenant | no | {"connection_name":"csv"} | | ved | vedkumarmisra | India | owner | yes | {"connection_name":"csv"} | +-------+---------------+---------+--------+------+---------------------------+ ```
misraved commented 1 year ago

Closing this PR in favor of https://github.com/turbot/steampipe-plugin-csv/pull/53