[ 
https://issues.apache.org/jira/browse/CAMEL-12192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16344899#comment-16344899
 ] 

ASF GitHub Bot commented on CAMEL-12192:
----------------------------------------

neoxu999 opened a new pull request #2199: CAMEL-12192 support csv bindy skip 
fields
URL: https://github.com/apache/camel/pull/2199
 
 
   added new constructor with boolean isSkipField for supporting skip fields. 
It will not impact on the old code.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> BindyCsvDataFormat does not support skip fields 
> ------------------------------------------------
>
>                 Key: CAMEL-12192
>                 URL: https://issues.apache.org/jira/browse/CAMEL-12192
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-bindy
>    Affects Versions: 2.15.1, 2.20.1
>            Reporter: Neo Xu
>            Priority: Major
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> Currently: BindyCsvDataFormat has to map all the fields in a CSV file.
>  If there are 200 fields in a CSV file, it has to create 200 fields in a 
> class. But sometimes, it is only interested in 20 fields. So it needs to skip 
> some positions if they are not required. But BindyCsvDataFormat will throw an 
> exception in this case. 
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to