Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 326 Bytes

File metadata and controls

10 lines (10 loc) · 326 Bytes

A simple python3 script which convert arff file into csv file.

Usage

$ python3 arff2csv.py -i input_file.arff [-o output_file.csv]
Convert input_file.arff to out_file.csv.

Hints

  • It's base on python3.
  • Input filename must be end with .arff.
  • output_file will be named as input_file.csv without -o argument.