amazon-kinesis-agent
amazon-kinesis-agent copied to clipboard
Fix CSV parsing to handle nested comma delimiter inside quotes by using Apache Commons CSV.
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.