I have some data that looks like this:

# visitors
# 2009-02-04
Item,Value,Value Percent,URL,Mumble URL
"",498,,"",""

# 2009-02-03
Item,Value,Value Percent,URL,Mumble URL
"",351,,"",""


#visitors is the first line of the document
the other bits continue in sequence

I want it to look like this:
"visitors","2009-02-04","498"
"visitors","2009-02-03","351"

for bonus points, this data is grouped and after the visitors section,  
there's a section starting with:
# pages
followed by repeating structures like this (an integer is really a  
number like 123 and a float is similar 12.3 or the like):
# 2009-02-04
Item,Value,Value Percent,URL,Mumble URL
"a string",an integer,a float,"a url",""

transformed to
"pages","2009-02-04","a string","a url","an integer","a float"

Oh mighty wise ones, hep a brother out!
-- 
Lorin Rivers
Mosasaur: Killer Technical Marketing <http://www.mosasaur.com>
<mailto:[email protected]>
512/203.3198 (m)



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "BBEdit Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a specific feature request or would like to report a suspected (or 
confirmed) problem with the software, please email to "[email protected]" 
rather than posting to the group.
-~----------~----~----~----~------~----~------~--~---

Reply via email to