borsch / simple-csv-printer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple-csv-printer

Simple util to print csv

This library allows you easily populate db with predefined data from a json file and also do assertions about db state using a json file.

<dependency>
  <groupId>com.github.borsch</groupId>
  <artifactId>simple-csv-printer</artifactId>
  <version>x.y.z</version>
</dependency>

About

License:Apache License 2.0


Languages

Language:Java 99.5%Language:Shell 0.5%