从Filemaker导出数据的任何快速方法?

时间:2017-07-20 04:25:56

标签: python database excel filemaker data-extraction

作为数据库的用户,有没有更快捷的方法从Filemaker使用python或java等语言导出数据?也许是为了Excel。

我的工作涉及从我们公司的Filemaker数据库不断导出所选数据。然而,该软件速度超慢,我们的应用程序的设计很糟糕,这使得选择哪些数据导出痛苦。 (我必须通过打开每个数据的完整记录逐个手动选择数据。没有批量导出功能。)

请提供替代方法。这样做我觉得非常愚蠢。

2 个答案:

答案 0 :(得分:0)

我总是认为有一种更简单的方法。 没有自己做,我会尝试这种方法: http://agsci.psu.edu/it/how-to/convert-filemaker-pro-4-data-to-excel-export-as-merge-text-file

将FileMaker Pro 4数据转换为Excel(导出为合并文本文件) FileMaker Pro版本4(FMP4)能够导出可插入Excel 2013或2016的文本文件。注意:其他更高版本的FMP也可以执行此操作。这些步骤专门针对FMP4。

注意:您应该已将FileMaker Pro文件保存到计算机上的已知位置。您需要使用Excel找到它。

Open the FileMaker file. Find the records you wish to export to Excel.
From the File menu choose Import/Export then Export Records.
From the Save as type box choose Merge (*.MER).
In the File name box, enter a name for the exported file. Be sure to add the .TXT extension rather than .MER.
You can choose to save the file to the desktop or to the same folder as the FileMaker file.
Click Save.
From the left side, double click on the field names you wish to export. Their names will appear on the right side.
Note: Once the names are on the right side, you can re-order them by clicking and holding on the double sided arrows beside their name. Move up or down as needed. This becomes the export order.
Click Export. This wil create the text file to be imported with Excel.
Open a blank or existing Excel 2013 or 2016 spreadsheet.
Click the Data tab on the Ribbon and choose From Text.
Choose the text file you want to import and double click.
This will open the Text Import Wizard. Your data type will be Delimited. Click Next.
For the Delimiter, un-check the Tab box. Then check the Comma box.
The Text qualifier should be a double quote.
Click Finish.
A final window will be displayed asking where you wish to put the data into the sheet. Chose A1.
Click OK.

您的数据现在将在Excel中。

答案 1 :(得分:0)

您还可以将记录另存为电子表格,以便在Microsoft Excel中使用。有关详细信息,请参阅在FileMaker帮助文件中将记录另存为Excel文件。如果要导出当前搜索结果中的记录或以Excel电子表格以外的格式导出,请使用导出。如果要创建包含当前布局上有权访问的所有字段的Excel电子表格,请使用“另存为Excel”。

如果FileMaker Pro源文件包含摘要字段,则可以按排序字段进行分组,以便导出小计值,例如由具有分组数据的报告生成的小计。此过程为每个组导出一条记录。例如,如果您的报表按地区总计销售额,则可以为每个地区导出一个汇总值。