Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

za.co.clock24:DsvParser

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

za.co.clock24: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.

  • 2.0.2
  • Source
  • Maven
  • Socket score

Version published
Maintainers
1
Source

DsvParser

This is DsvParser. It is a delimited-text parser that can handle any delimited text containing quoted strings, xml and even line terminators. The requirement to parse a csv file that also contained xml documents in some of the fields turned out to be something none of the other open source libraries (like opencsv, jcsv and others) that I tried, could handle. I was in a hurry, so I didn't have time to fork an OSS library and make it work. I had an existing Finite State Machine-based parser that I was using in a personal project and found it easy to modify. A friend suggested that I share it, so here it is.

Copyright 2013-2022 Johan Hoogenboezem

Maven Central

To use, add to your pom.xml or your build.gradle

Then go to the wiki page here: https://github.com/hoogenbj/dsvparser/wiki

This library contains a module-info and has been tested with Java 16.

FAQs

Package last updated on 05 Jan 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc