You are here: Workflows > FMEFunctionCaller

FMEFunctionCaller

调用指定的fme函数,可选地将结果属性中的结果放在结果属性中。这是一种在Workb亚搏在线ench中运行FME函数的安全方法,因为它们用于映射文件。

看看FME工厂和功能documentation page for more information about FME functions.

Parameters

Example

@reformat函数需要配置行。要在工作空间中使用它,将调用该函数:

@Reformat(DestDecodeSrcEncode,BinaryKey,Company_Id)

和定义“binarykey”二进制结构的配置行将被指定为:

重新格式化struct_def biniarkey_part1 bigendianint(4,1)_part2 bigendianint(4,5)

编辑变压器参数

Using a set of menu options, transformer parameters can be assigned by referencing other elements in the workspace. More advanced functions, such as an advanced editor and an arithmetic editor, are also available in some transformers. To access a menu of these options, clickbeside the applicable parameter. For more information, see变换器参数菜单选项.

变压器类别

Workflows

搜索FME知识中心

搜索有关此变压器的样本和信息FME Knowledge Center.