2627282930313233
/** * Create the CSV file */ protected AbstractCSVFile createCSVFile() { preferences = new PreferencesCSVOptionsProvider(); return new DefaultCSVFile(preferences); }