Add query capability to the CSV collector

In an Application collector with a CSV source file, adding a query statement capability (SQL SELECT) against the CSV data would allow selection of certain columns, and/or a subset of the data by standard SQL statement syntax.

e.g. SELECT COL1, COL5, COL 22 WHERE COL1 LIKE 'CA%'

Comments