Hi guys,
I am trying to parse/split data as shown below so that i can transfer it to excel. At the end of the day, I need to get a graphical representation of VALUE vs DATE which I would want to display on LabVIEW. I have tried various things. Closest I got was by using Scan using Token but I still do not know how to split the data below into 2 separate columns so that It can be graphed.
Thank you very much in advance..
DATE VALUE
1981-01-01 2.0812
1981-02-01 2.0869
1981-03-01 2.0988
1981-04-01 2.1105
1981-05-01 2.1491
1981-06-01 2.1439
1981-07-01 2.1579
1981-08-01 2.1699
1981-09-01 2.1442
1981-10-01 2.0977
1981-11-01 2.0610
1981-12-01 2.0530
1982-01-01 2.0607
1982-02-01 2.1095
1982-03-01 2.1213
1982-04-01 2.1329
1982-05-01 2.0886
1982-06-01 2.1379
1982-07-01 2.1464
1982-08-01 2.1594
1982-09-01 2.1671
1982-10-01 2.1984
1982-11-01 2.2123