Hi Paul, > On 3 Nov 2017, at 04:14, PAUL DEBRUICKER <[email protected]> wrote: > > Hi - > > I want to import the first and seventh column from a set of 50 csv files each > of which could have 28 - 34 columns. Is there a way to have NeoCSV skip the > remaining columns automatically (e.g. 8 and up) ? > > Thanks > > Paul
There are NeoCSVReader>>#addIgnoredField and #addIgnoredFields: You could maybe use the header to determine how many fields to skip. There is no, 'skip all remaining fields' yet. HTH, Sven
