> I have programs that read in files line by line and split on a seperator.  I am 
>having a problem now because one of my files is an extract from a database that 
>contains text
> boxes where the users can use the "Enter" key.  When doing a read this causes a 
>problem because it stops at each "Enter" making one line into a few.  I wanted to 
>know if DBD:CSV
> gets around this problem before I start writing code to ensure the number of fields 
>and other checks.  If it works like Excel or other CSV filters then quoting the 
>string should
> keep the line together.

Reply via email to