//Run the report and create the rptdocument
CSVtask.run(nameFile);
//Open the rptdocument
IReportDocument rptdoc = birtReportEngine.openReportDocument(nameFile);
logger.debug(rptdoc.getPageCount());
//*** Create the data extraction task ****
IDataExtractionTask iDataExtract = birtReportEngine.createDataExtractionTask(rptdoc);
ArrayList resultSetList = (ArrayList)iDataExtract.getResultSetList( );