Icon View Incident Report

Serious Serious
Reported By: Elevate Software
Reported On: 12/3/2003
For: Version 3.27 Build 1
# 1719 ExportTable Method Does Not Handle Embedded Double Quotes in String Fields Properly

If you have data in your table like the following, then the exported result would make it look like three fields, and also make it impossible to import the data back in again using the ImportTable method.

Data
-----
Field1=ABC","DEF
Field2=XYZ

Export
------
"ABC","DEF","XYZ"



Resolution Resolution
Fixed Problem on 1/5/2004 in version 3.28 build 1
Image