Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: RogierWHi,
I have a file whereby the first line is empty. If I try to use the "delimietd file" node, I get the error message "Field 1 on output has a zero-length or all whitespace name."
If I use the directory list, followed by "Multiple BRD files" I can read all lines, but the field name is empty. Also, the preview results in errors:
Traceback (most recent call last):
File "wx\_core.pyc", line 14640, in <lambda>
File "brdViewer.py", line 1152, in open
File "brdViewer.py", line 483, in __init__
File "brdViewer.py", line 483, in <lambda>
File "brdViewer.py", line 1234, in addColumn
File "wx\_core.pyc", line 11049, in Append
wx._core.PyAssertionError: C++ assertion "wxAssertFailure" failed at ..\..\src\common\stockitem.cpp(166) in wxGetStockLabel(): invalid stock item ID
How can I read this file without manual adjustments in the file?
Thanks,
Rogier