Release Notes - CSV Adapter 2.0.1


Overview

Version 2.0.1 of CSV adapter is a hotfix to resolve a bug that resulted in the adapter not parsing correctly a particular date format when processing CSV files.


Product Enhancements

  • DateTime parsing - Enhanced the DateTime parsing to handle different date formats. The date parsing issue reported was that date was being parsed as ‘MM/DD/YYYY’ instead of ‘DD/MM/YYYY’ when the adapter processes CSV files. The fix will remove dependency that parsing had on timezone set in user’s machine.

  • S3 bucket - Fixed a defect that arose during regression testing which is related to downloading CSV files from Amazon S3 Bucket. The adapter has been enhanced to be able to connect to S3 bucket via IAM User Authentication and process CSV files.