I’m trying to convert a csv file into an arff file using the following code. This code works, but the problem is the following. In my attributes list, I have a nominal attribute with values {yes, no} and i need that the arff header shows as first value yes. To be clearer, I need @attribute nominal_attr {yes,no} and not @attribute