Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 345 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 345 Bytes

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>