https://bugs.kde.org/show_bug.cgi?id=392077

--- Comment #4 from Alexander Semke <alexander.se...@web.de> ---
(In reply to Justin from comment #3)
> Looking at AsciiFilterPrivate::prepareDeviceToRead, the column names are
> always taken to be the first row of the file rather than the last row of the
> header.  Would the latter behavior make more sense?  It fits my uses better
> but I don't know if there was a reason behind why it was implemented this
> way.
Yes, we need to use the first row where we start to read from and not the very
first line in the file.

There is another problem with your file. After the header is removed to
overcome the first problem, we identify the columns STD_Current and
STD_Resistance as integer columns and not as "numeric" columns and you end up
with 0 values after the import instead of nan's.

We'll fix these issues very soon.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to