D

DsvParser

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.
http://hoogenbj.github.io/dsvparser/
The Apache Software License, Version 2.0
Johan Hoogenboezem
Files download
File Operation
DsvParser-2.0.2.jar download
DsvParser-2.0.2.pom download
DsvParser-2.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>za.co.clock24</groupId>
  <artifactId>DsvParser</artifactId>
  <version>2.0.2</version>
</dependency>
Gradle Groovy
implementation 'za.co.clock24:DsvParser:2.0.2'
Gradle Kotlin
implementation("za.co.clock24:DsvParser:2.0.2")
Scala SBT
libraryDependencies += "za.co.clock24" % "DsvParser" % "2.0.2"
Groovy Grape
@Grapes(
  @Grab(group='za.co.clock24', module='DsvParser', version='2.0.2')
)
Apache Ivy
<dependency org="za.co.clock24" name="DsvParser" rev="2.0.2" />
Leiningen
[za.co.clock24/DsvParser "2.0.2"]
Apache Buildr
'za.co.clock24:DsvParser:jar:2.0.2'