I am having some trouble getting a txt file to import - it seems like everything is right but I get the message "import field separator could not be identified"
Here is a sample of the data which is weekly data:
20120103;100
20120110;101
20120117;102
20120124;103
20120131;104
20120207;105
20120214;106
20120221;107
20120228;108
20120306;109
20120313;110
And this is my file name
COT.Last.txt
I also tried this data with daily date progression
20120403;113
20120404;114
20120405;115
20120406;116
20120407;117
20120408;118
20120409;119
20120410;120
20120411;121
20120412;122
20120413;123
20120414;124
20120415;125
I don't see anything wrong here.
Thanks for the help

Comment