Last Version

CSV 0.9.3

LaukvikCSV is a powerful API for reading, writing and querying tabular data stored in the CSV format. In contrast to other API it lets you specify data types for each column using meta data. It automatically detects delimiters so you don't have to worry about delimiters being comma, tab, pipe, semicolon etc. Run powerful queries to filter your data easily with a fluid query language thats type safe. Export your tabular data to CSV, JSON, XML and HTML.

License

License

Categories

Categories

CSV Data Data Formats
GroupId

GroupId

no.laukvik
ArtifactId

ArtifactId

csv
Version

Version

0.9.3
Type

Type

jar
Description

Description

CSV
LaukvikCSV is a powerful API for reading, writing and querying tabular data stored in the CSV format. In contrast to other API it lets you specify data types for each column using meta data. It automatically detects delimiters so you don't have to worry about delimiters being comma, tab, pipe, semicolon etc. Run powerful queries to filter your data easily with a fluid query language thats type safe. Export your tabular data to CSV, JSON, XML and HTML.
Project URL

Project URL

https://github.com/laukvik/CSV
Source Code Management

Source Code Management

https://github.com/laukvik/CSV

Download csv 0.9.3


<!-- https://jarcasting.com/artifacts/no.laukvik/csv/ -->
<dependency>
    <groupId>no.laukvik</groupId>
    <artifactId>csv</artifactId>
    <version>0.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/no.laukvik/csv/
implementation 'no.laukvik:csv:0.9.3'
// https://jarcasting.com/artifacts/no.laukvik/csv/
implementation ("no.laukvik:csv:0.9.3")
'no.laukvik:csv:jar:0.9.3'
<dependency org="no.laukvik" name="csv" rev="0.9.3">
  <artifact name="csv" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.laukvik', module='csv', version='0.9.3')
)
libraryDependencies += "no.laukvik" % "csv" % "0.9.3"
[no.laukvik/csv "0.9.3"]

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
com.googlecode.json-simple : json-simple jar 1.1

Project Modules

There are no modules declared in this project.