$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Edward Diener (eldiener_at_[hidden])
Date: 2007-12-15 09:44:52
Bill Buklis wrote:
> This may not matter for the CSV file youre parsing, but at least for a
> more general solution for CSV processing, youd also have to handle
> fields that are surrounded by quotes and may even contain embedded
> commas. I dont know if split or tokenizer can handle that.
Tokenizer's escaped_list_separator handles quotes and embedded commas
properly.