Opened 17 years ago
Closed 17 years ago
#906 closed defect (fixed)
FlatFileParser should not always throw an exception if a column header is not found
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 2.6 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
Calling FlatFileParser.getMapper() for a column that is not present in the data header always results in an exception: Column 'name' not found in column headers.
It should be possible to turn this off and return a null mapper instead.
This mainly affects multi-section parsing when there different columns are present in different sections.
Change History (2)
comment:1 by , 17 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [4104]) Fixes #906: FlatFileParser should not always throw an exception if a column header is not found