A simple python3 script which convert arff file into csv file.
$ python3 arff2csv.py -i input_file.arff [-o output_file.csv]
Convert input_file.arff to out_file.csv.
- It's base on python3.
- Input filename must be end with .arff.
- output_file will be named as input_file.csv without -o argument.