character conversion on export

D

Doug M

I have a data field name that contains the "#" character.
When this table is exported to csv file (must be csv)
the "#" changes to "."

I must have the csv file contain the exact data field
name for import to another system.

I can I correct this?
 
Top