Makes data dirtier.
Accepts CSVs.
- Go >= 1.11
go build ./...
Or if you are feeling fancy and want to install it to your $PATH and run it from anywhere:
go install ./...
fuzz-factory [-d=dictionary.txt][-headers=false] [input] [output=output.csv]
flags
-d
dictionary for random word replacements/additions/substitutions
-headers
input file has first row as headers that need to be kept without changes
- header flag
- build the default dictionary into the binary
- add a fuzz metric. e.g. Levenshtein distance
- Input a desired fuzz factor on the command line and it will achieve that
- Set up fuzz-factors for each column independently