From: Frederik H. <fh...@pa...> - 2003-04-13 17:02:09
|
Hi, I have used gmdb2 to export an Access table to a CSV file, but now in processing this file with Perl, I noticed a small problem. When the "-character occurs in a field, this should be exported as "" in the CSV file, while it currently is exported as ". Little example: When the contents of the field read This is a "test" this should be exported as "This is a ""test""" Frederik Himpe |