i need a tickdata file (.txt) edited, after having done some work with it in wordpad i am stuck and have no clue how to continue. i have tried excel but 1. it has an limit of max 65000 rows and 2. after having it edited and saved it shows me strange signs in the file after opening them with wordpad. i guess it has to do with the formatting from excel or open office back to txt or csv file.
the files are in following format
20101115 09:31:47.373 6689.0 2
20101115 09:31:47.374 6689.0 1
20101115 09:31:47.375 6689.0 1
20101115 09:31:47.376 6689.0 1
20101115 09:31:47.377 6689.0 1
to be able to import them i need them to be in following format
20101115, 09:31:47 ,6689.0, 2
20101115, 09:31:47 ,6689.0, 1
20101115, 09:31:47 ,6689.0, 1
20101115, 09:31:47 ,6689.0, 1
20101115, 09:31:47 ,6689.0, 1
this means i need comma's behind each number exept the last, and the dot in the time format needs to be deleted
any idea how i could do this with a large tickfile ?
EDIT: this might be more clear http://img816.imageshack.us/img816/3352/1activewindow.png
the files are in following format
20101115 09:31:47.373 6689.0 2
20101115 09:31:47.374 6689.0 1
20101115 09:31:47.375 6689.0 1
20101115 09:31:47.376 6689.0 1
20101115 09:31:47.377 6689.0 1
to be able to import them i need them to be in following format
20101115, 09:31:47 ,6689.0, 2
20101115, 09:31:47 ,6689.0, 1
20101115, 09:31:47 ,6689.0, 1
20101115, 09:31:47 ,6689.0, 1
20101115, 09:31:47 ,6689.0, 1
this means i need comma's behind each number exept the last, and the dot in the time format needs to be deleted
any idea how i could do this with a large tickfile ?
EDIT: this might be more clear http://img816.imageshack.us/img816/3352/1activewindow.png