A python script to convert ARFF files to CSV
- Put all your .arff files in a directory
- Place this script in the same directory as the files
- Run the script
- All the CSV files will be created in the same directory
python arffToCsv.py
Raise an issue and I'll try to resolve it as soon as possible