main logo
Subject: Re: csv files and memo fields
Author: Alan Bourke
Posted: 2007/01/31 11:31:43
 
View Entire Thread
New Search


Judith Barer wrote:
> Does anybody have an idea how I could generate a csv file programtically
> that would include in it the info from memo fields. What would be the
> simplest way to do this?
>
Personally I always use textmerge to create files like this.

set textmerge on noshow
set textmerge to myfile.csv
select mytable
scan
\<<alltrim(mytable.memofield)>>
endscan
set textmerge off
set textmerge to

This assumes that the data in the memo fields is already comma seperated
- which you didn't say.




 
©2007 Alan Bourke
<-- Prior Message New Search Next Message -->