Hi Everybody,
I create a CSV file using a cursor and this CSV file is used as an input to some other system. When converting to a CSV file, I want cursor's numeric fields with value zero to be written as an empty string to CSV file.
( I used "Copy to ... type csv")
Example:
Cursor
Code Amount
M23 23.25
M22 0.00
CSV
Code Amount
M23 23.25
M22
I defined cursor's fields with NULL clause but,still VFP6 inserts value 0 in CSV file. Any ideas or tricks?
Thank you all in advance.
Foxbldr
I create a CSV file using a cursor and this CSV file is used as an input to some other system. When converting to a CSV file, I want cursor's numeric fields with value zero to be written as an empty string to CSV file.
( I used "Copy to ... type csv")
Example:
Cursor
Code Amount
M23 23.25
M22 0.00
CSV
Code Amount
M23 23.25
M22
I defined cursor's fields with NULL clause but,still VFP6 inserts value 0 in CSV file. Any ideas or tricks?
Thank you all in advance.
Foxbldr