Fuzzy CSV

A groovy/java tabular Data (from CSV,SQL,JSON) processing library that supports fuzzy column matching,tranformations/merging/querying etc

License

License

Categories

Categories

CSV Data Data Formats
GroupId

GroupId

io.github.kayr
ArtifactId

ArtifactId

fuzzy-csv
Last Version

Last Version

1.8.0-groovy4
Release Date

Release Date

Type

Type

jar
Description

Description

Fuzzy CSV
A groovy/java tabular Data (from CSV,SQL,JSON) processing library that supports fuzzy column matching,tranformations/merging/querying etc
Project URL

Project URL

https://github.com/kayr/fuzzy-csv/

Download fuzzy-csv

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.groovy : groovy-all jar 4.0.2

runtime (4)

Group / Artifact Type Version
io.github.kayr : phrase-matcher jar 0.1.7
com.opencsv : opencsv jar 3.8
org.slf4j : slf4j-api jar 1.7.25
com.jakewharton.fliptables : fliptables jar 1.1.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.8.0-groovy4
1.8.0-groovy3
1.7.3
1.7.2
1.7.1