Delimiter Separated Values Parser

If you need to parse delimited text, this parser is for you. By default it parses comma-delimited text, but any delimiter will do. It can handle embedded strings, line terminators and xml.

License

License

GroupId

GroupId

za.co.clock24
ArtifactId

ArtifactId

DsvParser
Last Version

Last Version

2.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Delimiter Separated Values Parser
If you need to parse delimited text, this parser is for you. By default it parses comma-delimited text, but any delimiter will do. It can handle embedded strings, line terminators and xml.
Source Code Management

Source Code Management

https://github.com/hoogenbj/dsvparser

Download DsvParser

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.commons : commons-collections4 jar 4.4

test (3)

Group / Artifact Type Version
org.apache.logging.log4j : log4j-api jar 2.17.1
org.apache.logging.log4j : log4j-core jar 2.17.1
junit : junit jar 4.13.2

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.2
2.0.1
2.0.0
1.0.3
1.0.1
1.0.0