In article <48ea5943$1_3@news.bluewin.ch>, "Didier_V"
<do_not_answer RemoveThis @yahoo.com> wrote:
> Hi,
>
> I would like export data but with TITLES for fields (format *.csv)
>
> Ex.
>
> Last_Name First_Name
>
> AAAA SSS
> BBBB RTR
> CCCC TTT
>
> Is it possible and if yes, how ?
>
> Thank you for your help
You don't say what version of FileMaker, but try exporting as a "Merge"
format file (use the filename extension .csv).
A Merge file is exactly the same as CSV, but does include the Field
names as the first row (although any spaces in the Field names are
converted to _ characters).
Since CSV is Comma Separated Values, you files will look like this when
opened in a tetx editor or word processor:
"Last_Name","First_Name"
"AAAA","SSS"
"BBBB","RTR"
"CCCC","TTT"
Helpful Harry
Hopefully helping harassed humans happily handle handiwork hardships ;o)
>> Stay informed about: export data with Titles for field