arff file data table column name missing

@SIngpaore_knime in this case the column name in the ARFF file is actually attribute_<…>. You can extract a sample of an ARFF file here:

You might have to import the data and extract the name from the first row and insert that into your table.