1
I Use This!
Low Activity
Analyzed about 21 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...

  • ...
    65% of companies leverage OSS to speed application development in 2016
  • ...
    learn about Open Hub updates and features on the Open Hub blog
  • ...
    there are over 3,000 projects on the Open Hub with security vulnerabilities reported against them
  • ...
    you can embed statistics from Open Hub on your site
About Project Security

Languages

Kotlin
91%
XML
9%
2 Other
<1%

30 Day Summary

Mar 24 2024 — Apr 23 2024

12 Month Summary

Apr 23 2023 — Apr 23 2024
  • 67 Commits
    Up + 27 (67%) from previous 12 months
  • 2 Contributors
    Down 0 (0%) from previous 12 months

Ratings

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