Skip to content

CSV of the form word,weight will be o/p with the words repeating that many times in a newline

License

Notifications You must be signed in to change notification settings

wiztools/csvrepeat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csvrepeat

csvrepeat is a command line tool that repeats the word in the CSV file the number of times against it.

Example of CSV file

linux,3
bsd,2

When the above file is passed to the tool, the o/p will be:

linux
linux
linux
bsd
bsd

Usage of the tool

go install
./csvrepeat <path/to/csv>

Why was this developed?

Online tag-cloud platforms expect input in the format generated by this tool.

About

CSV of the form word,weight will be o/p with the words repeating that many times in a newline

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages