DS::Importer::Stream space-separates headers

Bug #137270 reported by Michael Zedeler
2
Affects Status Importance Assigned to Milestone
Data Stream Components
Confirmed
High
Unassigned

Bug Description

When looking for header fields, DS::Importer::Stream separates header names by using the regular expression /\s+/, which is not consistent with the way it separates record fields, where the separator is just a single tab.

Fix: change /\s+/ to /\t/.

Changed in dsc:
importance: Undecided → High
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.