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 by Nicklas Nordborg, 16 years ago

Owner: changed from everyone to Nicklas Nordborg
Status: newassigned

comment:2 by Nicklas Nordborg, 16 years ago

Resolution: fixed
Status: assignedclosed

(In [4104]) Fixes #906: FlatFileParser should not always throw an exception if a column header is not found

Note: See TracTickets for help on using tickets.