[BUG] Import fails on specific (ordinary?) column #290

Closed
opened 2024-09-27 15:20:56 +00:00 by saeckech · 1 comment
Member

Current behavior

Trying to import fitparameters (.dat file) from the attatched file, everything works when selecting
import as points, x=2, y=6, DeltaY=7.
changing x to column 18 gives the error message shown in the screenshot:

"
Import data failed with
Some errors were detected!
Line #1 (got 11 columns instead of 3)
...
"

Version

2024-09-11

Expected behavior

reading in data without errors

Steps to reproduce

No response

Log messages

no related messages

Anything else?

No response

### Current behavior Trying to import fitparameters (.dat file) from the attatched file, everything works when selecting import as points, x=2, y=6, DeltaY=7. changing x to column 18 gives the error message shown in the screenshot: " Import data failed with Some errors were detected! Line #1 (got 11 columns instead of 3) ... " ### Version 2024-09-11 ### Expected behavior reading in data without errors ### Steps to reproduce _No response_ ### Log messages ```shell no related messages ``` ### Anything else? _No response_
saeckech added the
Kind/Bug
label 2024-09-27 15:20:56 +00:00
dominik added the
Reviewed
Invalid
Reviewed/Won't Fix
labels 2024-09-27 15:26:11 +00:00
Member

Not a bug, everything from column 12 onwards is treated as a comment because of the lesser known character "#" there.

The preview is just a best guess what the columns are. It is less than perfect in discrimitating valid columns from invalid columns.

Not a bug, everything from column 12 onwards is treated as a comment because of the lesser known character "#" there. The preview is just a best guess what the columns are. It is less than perfect in discrimitating valid columns from invalid columns.
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: IPKM/nmreval#290
No description provided.