1
I Use This!
Very Low Activity
Analyzed about 17 hours ago. based on code collected 1 day ago.

Project Summary

A tool which transforms a CSV file into another CSV file using a SQL statement.
Also converts CSV to JSON.

Many tools spit out CSV, or are able to as one of output options. Also, in hudson, you can very simply log any values you get into bash like echo " $val2, $val2" >> data.csv, for each build or part of a build. So it can be kind of integration tool.

Then you can do quite complex queries – from a flat table, you can actually do subselects and then left joins, which gives you very powerful tool to process the data into something what is ready for plotting as-is – that means, data filtered, cleaned, aggregated, converted, aligned, sorted, etc.

Example:

crunch input.csv output.csv "SELECT AVG(duration) AS durAvg FROM (SELECT * FROM indata ORDER BY duration LIMIT 2 OFFSET 6)"`

Tags

command-line csv data h2database hsql hsqldb processing rdbms sql tool

In a Nutshell, CSV Cruncher...

Project Security

Vulnerabilities per Version ( last 10 releases )

There are no reported vulnerabilities

Project Vulnerability Report

Security Confidence Index

Poor security track-record
Favorable security track-record

Vulnerability Exposure Index

Many reported vulnerabilities
Few reported vulnerabilities

Did You Know...

  • ...
    nearly 1 in 3 companies have no process for identifying, tracking, or remediating known open source vulnerabilities
  • ...
    compare projects before you chose one to use
  • ...
    55% of companies leverage OSS for production infrastructure
  • ...
    you can subscribe to e-mail newsletters to receive update from the Open Hub blog
About Project Security

Languages

Kotlin
90%
XML
10%
2 Other
<1%

30 Day Summary

Mar 25 2025 — Apr 24 2025

12 Month Summary

Apr 24 2024 — Apr 24 2025
  • 74 Commits
    Up + 5 (7%) from previous 12 months
  • 1 Contributors
    Down -1 (50%) from previous 12 months

Ratings

1 user rates this project:
5.0
 
5.0/5.0
Click to add your rating
  
Review this Project!