-
2
- #1
Olaf Doschke
Programmer
Today I needed a routine better acting on Memo and other field types than COPY TO or EXPORT do, so I took a solution from an MS KB article and modernized it a bit.
Have a look at faq184-7770
Whether this is useful or not will depend on the client reading in the CSV. For example you can't read back multi line memo fields exported with this routine via APPEND FROM txtfile, but that's not a fault of the CSV, the CSV standard for multi line text is to have them in exactly the way this routine outputs them including line feeds.
Bye, Olaf.
Have a look at faq184-7770
Whether this is useful or not will depend on the client reading in the CSV. For example you can't read back multi line memo fields exported with this routine via APPEND FROM txtfile, but that's not a fault of the CSV, the CSV standard for multi line text is to have them in exactly the way this routine outputs them including line feeds.
Bye, Olaf.