Skip to content

Simple java utility for replicating input csv file and genrating configured replication with variations

Notifications You must be signed in to change notification settings

poojanKothari/CSV-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSV-Generator

Simple java utility for repilcating input csv file and genrating configured replication with variations

Usage Guide

1st line is treated as header and will be simple added in output file without replication *keyword ${alpha} is replaced by 12 characeter random alpha numeric string *keyword ${num} is replaced by current line number

Run

Invoke class com.poojan.kothari.CSVGenerator.java with command line params [numberOfReplication] [InputCSVFilePath] [OutputCSVFilePath]

Example

java -cp [classpath] com.poojan.kothari.CSVGenerator 3 /home/poojan/input.csv /home/poojan/output.csv

Suggestion are welcomed :)

About

Simple java utility for replicating input csv file and genrating configured replication with variations

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages