/faker-and-csv

A Java program that creates fake data and saves them in a csv file.

Primary LanguageJava

Description

I created a really simple Java program that can create a bunch of fake data and save said data into a csv file, along with its headers. The idea of this program is to provide a (relatively) easy way to populate an empty SQL table with test data, should the need arises.

I used the Faker library to generate the dummy data, and the Apache Commons CSV library in order to write said data into a csv file.

Dependencies

Useful resources that I used