文件浏览工具
单个工具示例
“文件浏览”具有单个工具示例。转至 示例工作流 以了解如何在 Alteryx Designer 中访问此示例和其他更多示例。
可使用“文件浏览”在应用程序中显示文件浏览控件。您可以使用此工具读取输入或写入输出。用户指定的文件路径值会传递到下游工具。
Alteryx Server中的文件浏览
当您使用 Gallery 中的“文件浏览”时,需要注意以下几点:
Gallery 不支持 另存为对话框 选项。
当用户选择 Gallery 中的文件时,该文件将被复制到 Server,并在内部文件夹中进行处理,以用于执行特定的作业。因此,文件路径是 Server 上的一个位置,如果对文件进行任何更新,只会更新此副本,而不会更新原始文件。在 Gallery 中,不能用“文件浏览”工具选择要更新的文件。
配置工具
输入要显示的文本或问题 :输入文本以指导应用程序用户如何使用“文件浏览”控件。
另存为对话框 :此选项用于输出或写入文件。 Gallery 不支持 另存为对话框 选项。
选择应用程序用户在浏览时可以选择的文件格式。
标准数据库文件格式 :接受所有支持的文件格式。
如果处理需要空间对象或输出仅限于空间文件类型时,则选择 仅限空间格式 。
如果应用程序更新了“输入数据”工具中的字段,并且工作流依赖于这些字段进行处理,则选择 为输入数据工具生成字段映射 。使用包含名称和数据类型的模板文件,将工具连接到“输入数据”工具。应用程序中的字段标有输入模板文件中的列名称和数据类型。然后,应用程序用户会将其文件中的列映射到应用程序字段。
As part of your Analytic App, connect the File Browse tool to an Input Data tool. The Input Data tool should include a template file that contains field names and data types. These field names and values are stored in the app’s XML for reference when the app is run by a user.
When a user runs your Analytic App, the app references the values in its XML (the values provided via the original template file) and uses the values to present the field names and data types to the user as labels.
The user then maps the fields from their file to the fields from your app’s template file.
Note that if you need to update the template file, you need to update the source file in your app.
命名模板文件中的列,使其以 (Optional) 结尾,以便在应用程序中创建可选字段。
报告格式 :如果更新“渲染”工具,则选择此选项。
任意文件规格 :指定任何文件格式集,包括文件、图像、空间对象或其他。以纯文本形式输入文件描述,后跟竖线字符和文件扩展名。
示例: 逗号分隔文本文件 (*.csv)|*.csv|dBase (*.dbf)|*.dbf|所有文件 (*.*)|*.*
Allowed File Types for Upload
You can access the list of allowed file types for upload in the alteryx.config
file in this directory:
[INSTALL DRIVE]\Program Files\Alteryx\bin\server\config\alteryx.config