Exporting data from FileMaker ProYou can export FileMaker Pro data to a new file and then open it in another application. For example, you can export FileMaker Pro data in the merge (.mer) format and use it for a Microsoft Word Mail Merge.You can also save records as a spreadsheet for use in Microsoft Excel. See Saving and sending records as an Excel file. Use export when you want to export records in the current found set or export in a format other than an Excel spreadsheet. Use Save as Excel when you want to create an Excel spreadsheet that contains all the fields you have access to on the current layout.If your FileMaker Pro source file contains summary fields, you can group by a sorted field in order to export subsummary values, such as subtotals generated by a report with grouped data. This process exports one record for each group. For example, if you have a report that totals sales by region, you can export one summary value for each region.
1. Open the FileMaker Pro file, and display a layout that shows the records you want to export.To export grouped subsummary values, include the break field in the sort order, or run the report that generates the subtotals you want. For information about finding and sorting records, see Finding records and Sorting records.
3.
4. In the Export Records to File dialog box, type a name and choose a location for the file.If you're exporting to XML and applying an XSLT style sheet during export, give the filename an extension that corresponds to the transformed file's format, such as .txt, .htm, or .xml, so that different operating systems can recognize the file correctly.
5. Use a file format supported by the application in which you plan to use the exported data. Popular formats include comma-separated text (.csv), tab-separated text (.tab), merge format (.mer), and HTML (.html). For information about file formats, see Supported import/export file formats.
6. For After saving, choose one or both of the following options:
• To apply an XSLT style sheet to the XML during export, select Use XSL style sheet and specify the source of the XSLT style sheet. The XSLT source may be a file or the result of an HTTP request.
• When the Specify Field Order for Export dialog box opens, the tables list defaults to Current Layout (LayoutName) and displays only the visible fields on the current layout. To display all field names from the current table, choose Current Table (TableName) from the list.
• If the current layout contains panel controls, only the fields that exist on the current panel are displayed in the Specify Field Order for Export dialog box.
Double-click the field name to move it to the Field export order area. Include a related field in the export Choose the name of the related table from the list in the upper-left corner of the dialog box, and then move the fields you want into the Field export order area. (You can include related fields before, after, or between other fields being exported.) In the fields list on the left, click a summary field whose values you want to summarize. In the Group by area, select each break field by which you want the values summarized. Then click Move.When you click Move, FileMaker Pro adds the summary field and one or more grouped summary fields to the Field export order area. (FileMaker Pro adds one grouped summary field for each break field you selected in the Group by area.) The grouped summary fields use the syntax SummaryField by GroupByField, such as “Total Sales by Region.”Note You can’t export grouped summary values unless you sorted the data before you started the export process. (The Group by area shows “Unsorted” instead of any fields if data is not sorted.) Remove a field from Field export order and prevent its data from being exported To move all fields from the list, click Clear All. For Field export order, point to the double arrow to the left of the field name and drag it up or down.
10. If necessary, for Output file character set, choose the character encoding you want the exported file to use.
11. If necessary, select Apply current layout’s data formatting to exported data to format field data as it appears on the current layout.FileMaker Pro allows you to format fields on a layout, which makes the data look different on the layout than how it is actually stored in the database file. (See Formatting and setting up field objects in Layout mode.) Select Apply current layout’s data formatting to exported data when you want to export number, date, and time data using the field formats specified on the current layout.
12. Click Export.
•
• If you want to save the records as an Excel file instead of exporting them, choose Save/Send Records As > Excel. When you save records as an Excel file, all the fields that you have access to and can see on the current layout are saved. When you export to Excel, you must specify which fields to export.