Chad
Now that I reread your post I see that Steve read it correctly, while
I ( as Stephen ) did not. Merge works fine for .csv plus header. If
your field names need tweaking you could write a data row of field
name and arrange to export that as first row, then you could just
do .csv.
Stephen
----------
"It is impossible for any number which is a power greater than the
second to be written as a sum of two like powers. I have a truly
marvelous demonstration of this proposition which this margin is too
narrow to contain." --- Pierre de Fermat
On Oct 13, 2009, at 5:02 PM, Steve Cassidy wrote:
On Oct 13, 2009, at 11:34 PM, Chad Chelius wrote:
I'm exporting the contents of a FMP field to create a list of names
and addresses. I need to add a header to the exported file but it
only appears once at the top of the exported file and not before
each exported record. How would I go about achieving that?
Chad, I think the Merge export option will give you that. You will
find this option has certain limitations, but it might meet your
needs. IIRC it's basically a csv file, but with a header in the
first row.
Steve