RE: parsing blackice csv file

2001-05-21 Thread Arthur Cohen
: : i would like to be able to read in a csv file and output it : into html. does anyone have a template type of a script that : could this that would be willing to share it? : It doesn't look like anyone else answered this question, so... CSV should just be a comma-separated-values

RE: parsing blackice csv file

2001-05-21 Thread Peter Eisengrein
[mailto:[EMAIL PROTECTED]] Sent: Monday, May 21, 2001 9:24 AM To: [EMAIL PROTECTED] Subject: RE: parsing blackice csv file : : i would like to be able to read in a csv file and output it : into html. does anyone have a template type of a script that : could this that would

RE: parsing blackice csv file

2001-05-21 Thread Arthur Cohen
: my @line = split(/\,/,$line); Not necessarily that simple. There could be fields with commas and/or newlines embedded in them, contained within quotation marks. If the OP's data is that complex he may want to consider using the module to parse his data. If it's just simple data with