Skip to content

eduardoschmidtsantos/csvquery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSV query

Query your csv data

Basic useful feature list:

  • filter [property] [value] - to filter by property and value
  • count * - to count all rows
  • count distinct [property] - to count rows distincting by property

to run:

mvn clean install exec:java

to run tests:

mvn test

Build Status

Codacy Badge

Releases

No releases published

Packages

No packages published

Languages