Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
Description
Current Behavior
- The job sos.scheduler.job.JobSchedulerExtractJob uses hostWare to read a CSV file or a database and to write records to a CSV file.
- The hostWare component is deprecated as it does not support 64Bit systems.
Desired Behavior
- This job could be split into two: one for Database -> CVS and one for CSV -> CSV.
- This job should make use of the class com.sos.JSHelper.io.Files.JSCsvFile instead.
- The job is modified not to use hostWare. The functionality is maintained and improved.
Implemented Behavior
- Two jobs
- com.sos.jitl.extract.job.ResultSet2CSVJobJSAdapterClass
- com.sos.jitl.extract.job.CSV2CSVJobJSAdapterClass
Jobs documentation
- jobs/JobSchedulerExtractResulSet2CSVJob.xml
- jobs/JobSchedulerExtractCSV2CSVJob.xml