Hi,
In Denodo Scheduler job, the exporter section is used to save the results obtained from the query used in the extraction section. The results can be exported periodically using different exporters like CSV, JDBC clients, SQL, etc. But when you access the Virtual DataPort Server through external client we can obtain only real time information.
**For Example:** I had scheduled a job to execute a View everyday at 3:00PM and in the Exporter section, I used the CSV option to save the results. Now, when the job is executed at everyday at 3:00PM, automatically the results of the job will be saved periodically in the CSV file at the specified located.
For more details about the exporter, you can refer to the [Postprocessing Section (Exporters)](https://community.denodo.com/docs/html/browse/7.0/scheduler/administration/creating_and_scheduling_jobs/configuring_new_jobs/postprocessing_section_exporters) section of the Scheduler Administration Guide which explains in detail about the different option in the exporter section of the job.
Hope this helps!