Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
There are different ways.
1. Run the JasperReport within a Talend job with the custom component tJasperReportExec: https://exchange.talend.com/#marketplaceproductoverview:marketplace=marketplace%252F1&p=marketplace%...
2. Start a jasper report in the jasper server with the custom component tJasperServerReportStarter: https://exchange.talend.com/#marketplaceproductoverview:marketplace=marketplace%252F1&p=marketplace%...
3. Create the report file (e.g. Excel files) in a Talend job and put them on the server in the repository folder with the custom component suite tJasperServerFilePut: https://exchange.talend.com/#marketplaceproductoverview:marketplace=marketplace%252F1&p=marketplace%...
(there are a lot of other components (tJasperServerFile*) allowing put, delete, copy, get or list files from the local file system into or from the jasperserver repository.
All components have documentations linked in Talend Exchange.