Bug 327277 - hh:mm:ss:zzz format data not interpreted from CSV file
Summary: hh:mm:ss:zzz format data not interpreted from CSV file
Status: RESOLVED NOT A BUG
Alias: None
Product: kst
Classification: Applications
Component: datasources (show other bugs)
Version: 2.0.7
Platform: Microsoft Windows Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-07 13:58 UTC by paul
Modified: 2013-11-08 18:35 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Test CSV file and .kst configruation file (12.03 KB, application/octet-stream)
2013-11-07 13:59 UTC, paul
Details

Note You need to log in before you can comment on or make changes to this bug.
Description paul 2013-11-07 13:58:42 UTC
I have a CSV file generated by some software I wrote which looks like this:

Time,Voltage
hh:mm:ss:zzz,V
00:00:00:001,3.68649
00:00:00:002,3.68649
00:00:00:003,3.68649
00:00:00:004,3.68649
00:00:00:005,3.68649
...
00:00:04:995,3.68649
00:00:04:996,3.68651
00:00:04:997,3.68648
00:00:04:998,3.68649
00:00:04:999,3.6865

When attempting to interpret the first field as time in hh:mm:ss:zzz format I get no plot and an incorrect x axis.

Settings: http://i.imgur.com/CtktiMj.png
Plot: http://i.imgur.com/OtPcTGV.png

Reproducible: Always

Steps to Reproduce:
1. Download https://mega.co.nz/#!9VY2iDxC!KKsxfwicvpcli295Mte7WDxI7pMR-IJzGA72tSJc4Sc
2. Open in KST2

Actual Results:  
Plot are is empty, x axis is incorrect

Expected Results:  
Line in plot area, x axis from 0 to 5 seconds

Windows 7 x64
Comment 1 paul 2013-11-07 13:59:37 UTC
Created attachment 83401 [details]
Test CSV file and .kst configruation file
Comment 2 Peter Kümmel 2013-11-08 07:24:21 UTC
Your screen shot shows you are using hh:mm:ss.zzz (a dot in front of zzz) instead of hh:mm:ss:zzz.
Does it work with hh:mm:ss:zzz?
Comment 3 paul 2013-11-08 10:02:48 UTC
Yes, that was the problem. Sorry, my mistake.