/simple-csv-printer

Primary LanguageJavaApache License 2.0Apache-2.0

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>