pradeepsjsu / beanio

Automatically exported from code.google.com/p/beanio
Apache License 2.0
0 stars 0 forks source link

Record Identification Based on Field Existence #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
BeanIO requires a regex or literal expression to be configured for record 
identifying fields in a CSV, delimited or fixed length format.  This could be 
relaxed to allow record identification based on the existence of a field where 
minOccurs="1".  For now, the workaround is to simply configure a regex that 
matches anything (e.g. regex=".*").

Original issue reported on code.google.com by kevin.s...@gmail.com on 10 Mar 2012 at 5:22

GoogleCodeExporter commented 9 years ago

Original comment by kevin.s...@gmail.com on 10 Mar 2012 at 10:46

GoogleCodeExporter commented 9 years ago
This will be handled by length based record identification instead (gc0046)

Original comment by kevin.s...@gmail.com on 14 Dec 2012 at 4:17