[BUG] Import fails on specific (ordinary?) column #290
Labels
No Label
Kind/Breaking
Kind/Bug
Kind/Crash
Kind/Documentation
Kind/Enhancement
Kind/Feature
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Priority
Very low
Reviewed
Duplicate
Reviewed
Invalid
Reviewed/Won't Fix
Status
Need More Info
Status
On Hold
Status
Stale
Type/BDS
Type/DSC
Type/Fit
Type/General
Type/NMR
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: IPKM/nmreval#290
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
Anything else?
No response
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.