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 SDK Version v5.10.0 and add the connection key quals #91

Closed ParthaI closed 2 months ago

ParthaI commented 5 months ago

Example query results

Results ``` > select * from csv."API" +--------+----------+----------------+--------------------------------+-----------------+---------------------------------+----------------------------------------------------------------------------------------------------------------> | symbol | exchange | exchangeSuffix | exchangeName | exchangeSegment | exchangeSegmentName | name > +--------+----------+----------------+--------------------------------+-----------------+---------------------------------+----------------------------------------------------------------------------------------------------------------> | ACAXU | XNAS | | Nasdaq All Markets | XNMS | Nasdaq Nms Global Market | Alset Capital Acquisition Corp - Units (1 Ord Class A & 1/2 War & 1 Right) > | AACT | XNYS | | New York Stock Exchange Inc | XNYS | New York Stock Exchange Inc | Ares Acquisition Corporation II - Class A > | AACT= | XNYS | | New York Stock Exchange Inc | XNYS | New York Stock Exchange Inc | Ares Acquisition Corporation II - Units (1 Ord Class A & 1/2 War) > | AACT+ | XNYS | | New York Stock Exchange Inc | XNYS | New York Stock Exchange Inc | Ares Acquisition Corporation II - Warrants (01/01/9999) > | ACHV | XNAS | | Nasdaq All Markets | XNCM | Nasdaq Capital Market | Achieve Life Sciences Inc. > | AADR | XNAS | | Nasdaq All Markets | XNMS | Nasdaq Nms Global Market | Advisorshares Trust - AdvisorShares Dorsey Wright ADR ETF ```
github-actions[bot] commented 3 months ago

This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.