[
https://issues.apache.org/jira/browse/CSV-159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gary Gregory updated CSV-159:
-----------------------------
Summary: Add IgnoreCase option for accessing header names (was: IgnoreCase
for access headers name mapping )
> Add IgnoreCase option for accessing header names
> ------------------------------------------------
>
> Key: CSV-159
> URL: https://issues.apache.org/jira/browse/CSV-159
> Project: Commons CSV
> Issue Type: New Feature
> Components: Parser
> Affects Versions: Review
> Reporter: Yamil Medina
> Priority: Minor
> Labels: features, newbie
>
> I added a feature, the possibility to use "ignorecase" access in
> HeaderMapping.
> The change is basically the use of an instance of _{{TreeMap}}_ +
> _{{String.CASE_INSENSITIVE_ORDER}}_ comparator, when filling _{{headerMap}}_ :
> bq. {{new TreeMap<String, Integer>(String.CASE_INSENSITIVE_ORDER)}}
> this based on a new flag in _{{CSVFormat}}_ class, that handles this optional
> format.
> The feature was originally issued by this SO Question [ 1 ], plus the
> encouragement made in my response to contribute or propose the change.
> {quote}
> Here is the link to PR proposal for review:
> https://github.com/apache/commons-csv/pull/9
> {quote}
>
> {quote}
> SO question:
> [ 1 ] http://stackoverflow.com/q/29911366/2619091
> {quote}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)