Importing data into an Exasol database table from a local CSV file
This scenario describes a Job that writes employee information into a CSV file, then loads the data from this local file into a newly created Exasol database table using the tExasolBulkExec component, and finally retrieves the data from the table and displays it on the console.