is not current version
Last Version 2.0.2

Delimiter Separated Values Parser 1.0.1

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
Version

Version

1.0.1
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 1.0.1


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

Dependencies

compile (2)

Group / Artifact Type Version
commons-collections : commons-collections jar 3.2.1
log4j : log4j jar 1.2.17

test (1)

Group / Artifact Type Version
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.