I've found a reliable source of historical data which I'd like to import in my database. This file comes as a CSV Excel file, and its data comes in a non-format NinjaTrader, therefore I have to edit it before converting it to a .txt file and later importing it into NT's database.
So, this is the situation: I need to edit each line of that file cause it comes in the following format: EUR/USD,20130401 00:00:00.258,1.29885,1.2989
In order to edit this data into NT format data as: 20130408 040000;1.29885;1000000
I'd need a software capable to open a massive csv file ( 467 MG ), and editing automatically for millions of lines. I've seen software capable to open massive csv files but to edit some lines "on demand" and not the whole file.
Is the original data format, some format known by you ( by NT ) which could easily import ? or must I look for to do all this job of editing, converting...etc ?
I'd like to hear any suggestions from your experience and knowledge to achieve this
Thanks in advance
Comment