[Kst] [Bug 301203] New: In CSV files "empty" values are grouped and lead to column offsets
repaul_schrott-kst at yahoo.de
repaul_schrott-kst at yahoo.de
Tue Jun 5 10:33:55 UTC 2012
https://bugs.kde.org/show_bug.cgi?id=301203
Bug ID: 301203
Severity: normal
Version: 2.0.5
Priority: NOR
Assignee: kst at kde.org
Summary: In CSV files "empty" values are grouped and lead to
column offsets
Classification: Unclassified
OS: All
Reporter: repaul_schrott-kst at yahoo.de
Hardware: Other
Status: UNCONFIRMED
Component: datasources
Product: kst
In CSV files the current handling of "empty" values leads to data shifting
between columns. Also introducing whitespace changes the behavior.
Examples are:
1,2,3,4,5,6
1,2,3,4,,6
1,2,,4,,
1,,,,,6
vs.
1,2,3,4,5,6
1,2,3,4, ,6
1,2, ,4, ,
1, , , , , 6
Reproducible: Always
Steps to Reproduce:
1.Create an ASCII
2. Load Data
3. Plot results
Expected Results:
It would like to the data to stay in correct curve/line.
In the plot the lines should stay horizontal.
If desired I can provide test data and bitmaps of the resulting plots.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kst
mailing list