Closed misraved closed 1 year ago
Closing this PR in favor of https://github.com/turbot/steampipe-plugin-csv/pull/53
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"} | +-------+---------------+---------+--------+------+---------------------------+ ```