cURLでフィールドの内容をエクスポート

cURLでフィールドの内容をエクスポート|Export Field Contents With cURL

FileMaker Server上で、フィールドの内容をエクスポートが可能。

日本語ファイルパス対応。

FileMaker 16以降。

検証

FileMaker 16, 17, 18

Windows 10

FileMaker Server 18

Windows Server 2016

サンプルファイルのダウンロードは最下部↓。

2019/04/04

MAC FMP18 対応

スクリプト:ExportFieldContentsWithcURL

以下を追加

変数を設定 [$FilePath; 値: "file:///" & Substitute ( ExportFieldContentsWithcURL::DirPath ; "\\" ; "/" ) & If ( Right ( ExportFieldContentsWithcURL::DirPath ; 1 ) ≠ "/" ; "/" ) & $FileName]

変数を設定 [$FilePath; 値: Substitute ( $FilePath ; ["file:////" ; "file:///"] )]