How can I convert from .arff file to .txt file? I couldn't find any converter in the internet.
Asked
Active
Viewed 2,583 times
3 Answers
0
This format is basically just a text file[...]
Can't you just right click and open it with notepad ?

Pierre Pellegrino
- 386
- 1
- 16
0
.arff or Attribute-Relation File Format (ARFF) files are ASCII text files so changing there extension to .txt file would work.
More Info

AbstractChaos
- 4,211
- 1
- 19
- 28