int totalCount = inputCount+outputCount;
boolean headers = this.analyst.getScript().getProperties()
.getPropertyBoolean(ScriptProperties.SETUP_CONFIG_INPUT_HEADERS);
final CSVFormat format = this.analyst.getScript().determineFormat();
CSVHeaders analystHeaders = new CSVHeaders(file, headers,
format);
ReadCSV csv = new ReadCSV(file.toString(), headers, format);