Bug0028
- Description
- Space Delimiter for Simple Log handles multiple spaces badly
If you have a log file that is whitespace delimeted, i.e. field1 <multiple whitespaces> field2 field3 , and use space as the delimeter, you get mutiple empty colums. It seems like there should either be a "whiteSpace" option, or the space option should handle multiple spaces correctly.
Attach backtrace here.
Get back to the BugIndex
Maybe convert the split operation in Simple.py:190 to re.split (i.e. use REs to split)
Simple log driver now uses regex for delimiter.
