Opened 16 years ago
Closed 16 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 Changed 16 years ago by
Owner: | changed from everyone to Nicklas Nordborg |
---|---|
Status: | new → assigned |
comment:2 Changed 16 years ago by
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