Hi All,
I wanted to export a .dbf file to a .csv one. with COPY TO ... and some additive characters are added to my character fields.
Ex:
In the table, I have:
Field1 : Father
Field2 : Mother
In the .csv file the result is
Field1 : "Father"
Field2 : "Mother"
Extra ("
characters have been added at the beginning and at the end.
Please help if someone has encountered the same problem
Thanks
Const
I wanted to export a .dbf file to a .csv one. with COPY TO ... and some additive characters are added to my character fields.
Ex:
In the table, I have:
Field1 : Father
Field2 : Mother
In the .csv file the result is
Field1 : "Father"
Field2 : "Mother"
Extra ("
Please help if someone has encountered the same problem
Thanks
Const