[rrd-users] Re: exporting data
David Ashamalla (SRN)
DavidA at KPCORP.com
Wed Oct 13 01:49:02 MEST 1999
John,
If you use rrdtool fetch ... ,
Excel will import using "Fixed Width".
Then, Remove the ":" s using Find Replace.
Last, Use this VBA function to convert the dates:
-----------------
Function UnixDate(iDate) As Date
UnixDate = Format(DateAdd("s", iDate, "1/1/1970"), "mm/dd/yy hh:mm")
End Function
-----------------
David
-----Original Message-----
From: John Payne [mailto:john at sackheads.org]
Sent: Tuesday, October 12, 1999 3:48 PM
To: rrd-users at list.ee.ethz.ch
Subject: [rrd-users] exporting data
I know that rrdtool supports dumping the data out into XML, but
is there any way to get this into other formats for importing into
spreadsheets? Are there any XML to spreadsheet converters/import filters?
--
John Payne http://www.sackheads.org/jpayne/ john at sackheads.org
Sarcasm by request Fax: +44 870 0547954
My mail provider doesn't welcome UBE - http://www.sackheads.org/uce/
Euro-folk register in the spam-fight - http://www.euro.cauce.org/
--
* To unsubscribe from the rrd-users mailing list, send a message with the
subject: unsubscribe to rrd-users-request at list.ee.ethz.ch
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.oetiker.ch/pipermail/rrd-users/attachments/19991012/99129029/attachment.htm
More information about the rrd-users
mailing list