So if I export the following (see below) from excel into a csv file
Cold heat lift (W) 5846 5370 5604 6982 6959 6618 5559 5848
COPr 0.617 0.599 0.613 0.544 0.511 0.583 0.5317 0.494
Porosity hot 0.715 0.85 0.8 0.715 0.715 0.715 0.8 0.8
Hot Regen Length (mm) 135.5 135.5 135.5 50 37.5 75 75 50
Fpk (N) hot displacer 1158 490 637 576 510 730 489 438
now if I use import csv, the import csv imports the data but sets the total number of examples to -1 even though later on it says there are 5 examples. so if I want to filter by example number, it gives an error and the auto fix sets the start and stop example numbers negative. how do I get the import csv operator to work properly so that filter by example number works?
thanks
Greg