I have a query that the results are exported out to a comma delimited file for importing into another application.
My problem is that a char field is used for product information where the user may enter a measurement in inches and using a double quote ' " ' after the number. This is of course being construed as being a delimiter and bombing my application.
How can I strip those from the field before creating the file.
Any help greatly appreciated.
Dave
My problem is that a char field is used for product information where the user may enter a measurement in inches and using a double quote ' " ' after the number. This is of course being construed as being a delimiter and bombing my application.
How can I strip those from the field before creating the file.
Any help greatly appreciated.
Dave