Hi
I have found a simple code that will merge all my csv files into one file. But the problem is that QCollector doesn't have symbol in the first column. Therefore the merged file is unusable as it is all one big collection of qoutes without knowing what stock they are representing.
Here's the code that merge the files, and it works fine except from the missing symbol:
Start>Run>type "cmd"
Then make sure all your csv files are in the same folder. I caled my folder help and put it in the C: folder.
Type CD C:help (hit enter)
You should see some verification that you are in this folder.
Type copy *.csv name.csv
Note there is a space between the word copy and the * and a space between.csv and name. Also note that you can change name to anything you want. This will copy all csv files an combine them in a file called name.csv. It copies them in such a manner that it is identical to copying and pasting multiple csvs in excell on the vertical axis 1 to infinity (Not a to vv). It's pretty sweet.
If anyone know how to do this I would really appreciate it.
I would like to create a SQL Database for intraday-data, and EOD-data.
Kind regards
Espen
I have found a simple code that will merge all my csv files into one file. But the problem is that QCollector doesn't have symbol in the first column. Therefore the merged file is unusable as it is all one big collection of qoutes without knowing what stock they are representing.
Here's the code that merge the files, and it works fine except from the missing symbol:
Start>Run>type "cmd"
Then make sure all your csv files are in the same folder. I caled my folder help and put it in the C: folder.
Type CD C:help (hit enter)
You should see some verification that you are in this folder.
Type copy *.csv name.csv
Note there is a space between the word copy and the * and a space between.csv and name. Also note that you can change name to anything you want. This will copy all csv files an combine them in a file called name.csv. It copies them in such a manner that it is identical to copying and pasting multiple csvs in excell on the vertical axis 1 to infinity (Not a to vv). It's pretty sweet.
If anyone know how to do this I would really appreciate it.
I would like to create a SQL Database for intraday-data, and EOD-data.
Kind regards
Espen