Skip to content

Data shuffler and randomizer for spreadsheet files

License

Notifications You must be signed in to change notification settings

IEBH/I3-data-shuffler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I3-Data-Shuffler

Intentionally simplistic I3 demo.

This app takes spreadsheet data (in CSV, XLSX or pretty much anything else) and randomly sorts or deletes data.

Command Line Interface

Usage: shuffle --input=inputFile --output=outputFile [--order] [--delete-percent=number]

Options:
  -V, --version                     output the version number
  -i, --input <path>                Specify the input file
  -o, --output <path>               Specify the output file
  -r, --order                       Randomize the output order (ignores the first line which is assumed to be the headers
  -d, --delete-percentage <number>  Delete the given percentage of lines, randomly
  -s, --sheet <name>                Which worksheet to use within the data, if none specified the first is used
  -v, --verbose                     Be verbose - use multiple to increase verbosity
  -h, --help                        output usage information

About

Data shuffler and randomizer for spreadsheet files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published