02-02-2006 08:52 AM
02-02-2006 08:56 AM - edited 02-02-2006 08:56 AM
Senper
Your attempt at posting hasn't turned out quite as you would have planned, I expect.
Just to give you the heads up.
If you want to clarify and get the help
David
Message Edited by David Crawford on 02-02-2006 08:56 AM
02-02-2006 09:05 AM
Dear friends
I need some help with a Spread String , it has a time stamp and then some colums separated with tabs.
When I use Spreadsheet String To Array I can't get the time stamp property.
The format that I with the time stamp is this <%y-%m-%d %H:%M:%S%1u>
I have tried with diferents formats to decode the time stamp data <%y-%m-%d %H:%M:%S%1u> %f %s but I can not get the time stamp data propertly.
An this is the dat i´ve been using
Thanks
I am sorry about the first message, and for my bad english 🙂
02-02-2006 09:16 AM - edited 02-02-2006 09:16 AM
Hi Senper
If want to read this data in for processing you can read in your file and convert it into an 2D array.

Get back to me if this not what you want.
David
Message Edited by David Crawford on 02-02-2006 09:16 AM
02-02-2006 09:42 AM
Hi David,
First of all thank you for your help and your time.
What I really need is to plot in a X-Y graph the data using the time stamp as an X axis and some of the other data as Y.
I need somehow to convert the time stamp string to an ¿number array?. And if it is possible not to process individualy every data because I expect to get a big file.
So I thought that using Spreadsheet String To Array was a good idea. In the image are the ways that I was trying to solve the problem.
Thanks in advance
02-02-2006 10:03 AM
Spreadsheet string to array can not deal with timestamps. So you will have to use your own routine that does convert the spreadsheet string into the desired data. I would write it up all from scratch by reading in the file line by line and parsing each line with Scan From String and friends.
@senper wrote:Hi David,
First of all thank you for your help and your time.
What I really need is to plot in a X-Y graph the data using the time stamp as an X axis and some of the other data as Y.
I need somehow to convert the time stamp string to an ¿number array?. And if it is possible not to process individualy every data because I expect to get a big file.
So I thought that using Spreadsheet String To Array was a good idea. In the image are the ways that I was trying to solve the problem.
Thanks in advance
02-02-2006 10:11 AM
02-02-2006 11:23 AM
David,
That is exactly what I nedd.
Thanks a lot to both Rolf & David.
02-02-2006 02:34 PM
02-03-2006 02:19 AM - edited 02-03-2006 02:19 AM

Message Edited by David Crawford on 02-03-2006 02:19 AM