amazon-kinesis-agent icon indicating copy to clipboard operation
amazon-kinesis-agent copied to clipboard

Fix CSV parsing to handle nested comma delimiter inside quotes by using Apache Commons CSV.

Open sebkrueger-deloitte opened this issue 4 years ago • 0 comments

This is a fix for issue #199

https://github.com/awslabs/amazon-kinesis-agent/issues/199

This code fix replaces the custom CSV parsing done via string manipulation with the very flexible Apache Commons CSV project.

An additional unit test is added to validate the nested comma problem.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

sebkrueger-deloitte avatar Apr 12 '20 12:04 sebkrueger-deloitte