Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

CSV Viewer

Compare

  No analysis available

CSV Viewer is the extension aimed on viewing editing and creating CSV files directly from Mozilla Firefox.

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: mozilla_p...

Smooks

Compare

  Analyzed about 15 hours ago

Smooks is a Java Framework/Engine for processing XML and non XML data.

146K lines of code

2 current contributors

8 days since last commit

1 users on Open Hub

Moderate Activity
5.0
 
I Use This

cutplace

Compare

  Analyzed 1 day ago

Cutplace is a tool to validate that data conform to an interface control document (ICD). Cutplace works with flat data formats using delimiters (such as CSV) or a fixed format. Such formats are commonly used to exchange data between different platforms or physically separated systems. With ... [More] cutplace you can describe these data in a simple and human readable spreadsheets using popular applications like Calc or Excel. It acts as "executable specification" that cutplace can use to validate that data actually conform to it. [Less]

8.82K lines of code

0 current contributors

8 days since last commit

1 users on Open Hub

Very Low Activity
0.0
 
I Use This

Google Refine RDF Extension

Compare

  Analyzed 1 day ago

An extension to Google Refine that enables graphical mapping of Google Refine project data to an RDF skeleton and then exporting it in RDF format

20.7K lines of code

0 current contributors

5 months since last commit

1 users on Open Hub

Very Low Activity
0.0
 
I Use This
Licenses: No declared licenses

Java CSV Library

Compare

  Analyzed 4 minutes ago

Java CSV is a small fast open source java library for reading and writing CSV and plain delimited text files. All kinds of CSV files can be handled, text qualified, Excel formatted, etc.

8.7K lines of code

0 current contributors

over 13 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This
Tags csv java

JSaPar

Compare

  Analyzed about 9 hours ago

JSaPar is a Java library providing a schema based parser and composer of almost all sorts of delimited and fixed width files. It is an open source java library created with the purpose of making it easy to process delimited and fixed width data sources. By separating the description of the data ... [More] format into a schema that can be loaded from XML it makes the code easier to maintain and increases flexibility. [Less]

19.5K lines of code

2 current contributors

12 days since last commit

1 users on Open Hub

Low Activity
0.0
 
I Use This

Gorgon

Compare

  No analysis available

A set of C# libraries in .NET 2.0/3.5/4.0 (CP if possible). Project, as for now, contains following utility libraries: (removed). Actually project is changing relatively fast, so I've decided not to maintain actual list, coz I'm lazy. I'll wait until project will stabilaze itself a bit, then ... [More] maybe a more concrete list. As for now, see project wiki for actual info: https://bitbucket.org/pabdulin/gorgonc/wiki/Home This project in many ways is reinventing a wheel, I know that, but it's my little personal playground there I can test and tune my skills. But I would be happy if someone will find this code useful in some or another way. [Less]

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: lgpl3

Orcus

Compare

  Analyzed about 22 hours ago

Experimental standalone import filter library for spreadsheet documents. It aims to achieve good performance on loading various spreadsheet document formats. Currently in development are ODS, XLSX, and CSV. Other formats are planned.

143K lines of code

4 current contributors

13 days since last commit

1 users on Open Hub

Moderate Activity
5.0
 
I Use This

Ujorm

Compare

  Analyzed about 16 hours ago

The Ujorm is an open source Java small library which provides non-traditional objects based on the key-value architecture to open up new exciting opportunities for writing efficient code. This library offers a unique ORM module designed for rapid Java development with great performance and a small ... [More] footprint. The key features are type safe database queries, relation mapping by Java code, no entity states and a memory overloading protection cache. [Less]

73.3K lines of code

0 current contributors

about 8 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

CSV Cruncher

Compare

  Analyzed 1 day ago

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 ... [More] 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)"` [Less]

4.28K lines of code

0 current contributors

about 2 months since last commit

1 users on Open Hub

Low Activity
5.0
 
I Use This
Licenses: No declared licenses