converting to CSV

2002-10-16 Thread pelp
I need some much needed help to do some data munging. I come from a C++ background (3+ years) and have little experience with PERL (about 2 months). At work today I was given a task to convert 1300+ logs to a new format, and the program is due tomorrow (i know.. how nice?)!!! Currently a log is

Re: converting to CSV

2002-10-16 Thread pelp
This is the correct link to the CSV file, http://us.f1.yahoofs.com/users/593a164/bc/sample/csv.htm?bchPOr9A0FpGqXUN On Wed, 16 Oct 2002 02:55:34 UT, "pelp" <[EMAIL PROTECTED]> said: > I need some much needed help to do some data munging. I come from a C++ > background (3+ years) and have littl

Re: converting to CSV

2002-10-16 Thread pelp
Yahoo! is acting funny. http://www.geocities.com/pelpme/current_format.txt (original file) http://www.geocities.com/pelpme/csv.htm (new format) On Wed, 16 Oct 2002 03:10:12 UT, "pelp" <[EMAIL PROTECTED]> said: > This is the correct link to the CSV file, > http://us.f1.yahoofs.com/users/593

Re: converting to CSV

2002-10-16 Thread James Edward Gray II
Well, I don't know if this is exactly what you were looking for, but hopefully it's at least enough to get you started. You can run it with: perl convert.pl IN_FILE >OUT_FILE I couldn't see how the Feature, Modification Date, and Last Modified fields were being used in the new format, so th