Hello,

I tried to open a csv-dataset (same error with xls or txt version) which definitely worked in tha past (half a year ago). Now I obtain the following error using current csv on Win 7.

"parsing C:\Users\artur\Desktop\2013_11_minsky_replication_file\DATASET.csv...
using delimiter ','
   longest line: 249 characters
   first field: 'OBS'
   seems to be observation label
   number of columns = 20
   number of variables: 19
   number of non-blank lines: 175
scanning for variable names...
   line: OBS,Y,YS_C1,YS_C2,YS_C3,YS_T1O,YS_T2O,YS_T3O,YS_T1F,YS_T2F,YS_T3F,F,Q,INVE,DSC,POIL,INF,W,R,TP
First char of varname (0x0) is bad
(first must be alphabetical)
"

Here is a small outtake from the file:
<DATA>
OBS,Y,YS_C1,YS_C2,YS_C3,YS_T1O,YS_T2O,YS_T3O,YS_T1F,YS_T2F,YS_T3F,F,Q,INVE,DSC,POIL,INF,W,R,TP
1967Q3,3.5608734313,3.6274227068,3.6437466505,3.6737951378,3.6173102901,3.6283939721,3.6288371042,3.5909027575,3.5978184899,3.6105819849,3.7456348046,4.1693894101,3.3705934777,2.7479845858,10.0615875684,0.0089312428,0.0103870088,0.0095406153,0
1967Q4,3.5684695865,3.6394340528,3.6553763242,3.6858064839,3.6270801339,3.6377489044,3.6379003502,3.6008854714,3.6076259974,3.6205258278,3.7962981218,4.1379741842,3.4037018308,2.7995873079,10.171241395,0.0106925043,0.0042048502,0.0102134985,1
.
.
.
2010Q2,4.7572302269,4.9820873654,4.957311849,5.0284597964,4.99992696,4.926724113,5.0896819961,4.9193646246,4.911772612,4.9336534265,4.9871425506,3.9278325215,4.4041940255,4.0399511659,241.2492342514,0.0035916972,0.0073640869,0.0004745493,171
2010Q3,4.7634215353,4.9866547222,4.9588592119,5.0330271532,4.9978589848,4.911743461,5.0922641652,4.9247657597,4.9162690937,4.9390232558,5.0068093463,4.0171093576,4.4268671637,4.046774731,240.4933663527,0.0035078912,0.0070461525,0.0004745493,172
2010Q4,4.7692267475,4.9916449857,4.9608143435,5.0380174167,4.9967539558,4.8972413279,5.0951500489,4.9302833498,4.9208810656,4.9445108531,5.0519279441,4.146863068,4.4550048468,4.0538062042,283.9659157098,0.0047732966,0.0072830636,0.0004745493,173
</DATA>

Best,
Artur