Traders Laboratory - View Single Post - Formating Ascii File
View Single Post
  #1 (permalink)  
Old 02-11-2008, 11:37 PM
johni johni is offline
johni has no status.

 
Join Date: Jan 2008
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Formating Ascii File

Hi anyone knows how to save the following into different delimit?

When save in excel as .txt the following is :

02/05/08 9:59 7.975 7.985 7.97 7.975
02/05/08 10:00 7.975 7.975 7.965 7.97
02/05/08 10:01 7.975 7.985 7.965 7.985
02/05/08 10:02 7.975 7.975 7.97 7.97
02/05/08 10:03 7.97 7.97 7.96 7.96

Wanted to save in as the follow :

02/05/08,9:59,7.975,7.985,7.97, 7.975
02/05/08,10:00,7.975,7.975,7.96 5,7.97
02/05/08,10:01,7.975,7.985,7.96 5,7.985
02/05/08,10:02,7.975,7.975,7.97 7.97
02/05/08,10:03,7.97,7.97,7.96,7 .96

A utlitiy specificing the options like data format, delimited used, etc would be good.

Or save the above using excel but excel always has tab when saved in text.

Reply With Quote