From: Arjen M. <arj...@de...> - 2011-03-15 11:44:08
|
Hi Larry, I am a bit surprised about that: package require csv set a "A,\"B C\",D" set b [::csv::split $a] produces a list in b that is printed as: A {B C} D, exactly what I expect. I have Tcllib csv version 0.6 Regards, Arjen On 2011-03-15 12:35, Larry W. Virden wrote: > Over on http://wiki.tcl.tk/5985 there is a note in the last piece of > code on the page that the tcllib csv package fails rule 6 of > http://tools.ietf.org/html/rfc4180 . Is this the case, and if so, is > there a way to provide the missing functionality in the existing code? > DISCLAIMER: This message is intended exclusively for the addressee(s) and may contain confidential and privileged information. If you are not the intended recipient please notify the sender immediately and destroy this message. Unauthorized use, disclosure or copying of this message is strictly prohibited. The foundation 'Stichting Deltares', which has its seat at Delft, The Netherlands, Commercial Registration Number 41146461, is not liable in any way whatsoever for consequences and/or damages resulting from the improper, incomplete and untimely dispatch, receipt and/or content of this e-mail. |