簡體   English   中英

從Filemaker導出數據的任何快速方法?

[英]Any quick way to export data from Filemaker?

作為數據庫的用戶,有沒有使用python或java之類的從Filemaker導出數據的更快方法? 也許到一個Excel。

我的工作涉及不斷從我們公司的Filemaker數據庫中導出選定的數據。 但是,該軟件非常慢,而且我們的應用程序設計不佳,這使得選擇導出哪些數據變得麻煩。 (我必須通過打開每個數據的完整記錄來手動選擇一個數據。沒有批量導出功能。)

請為我提供其他方法。 我這樣做很愚蠢。

我一直以為有一種更簡單的方法可以做到這一點。 我自己沒有做過,我會嘗試這種方法: http : //agsci.psu.edu/it/how-to/convert-filemaker-pro-4-data-to-excel-export-as-merge-text-文件

將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中。

您還可以將記錄另存為電子表格,以便在Microsoft Excel中使用。 有關更多信息,請參閱FileMaker幫助文件中的以Excel文件形式保存和發送記錄。 當您要導出當前發現集中的記錄或以Excel電子表格以外的其他格式導出時,請使用導出。 當您要創建一個Excel電子表格時,請使用“另存為Excel”,該電子表格包含您在當前布局上可以訪問的所有字段。

如果您的FileMaker Pro源文件包含摘要字段,則可以按排序字段進行分組,以導出子摘要值,例如由具有分組數據的報告生成的小計。 此過程為每個組導出一個記錄。 例如,如果您有一個報告按區域總計,則可以為每個區域導出一個匯總值。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM