Skip to main content

Standard Mode Tools

View a list of all Standard mode tools in Designer Cloud. Tools are grouped according to their tool categories.

工作流输入-输出工具

条目

描述

Date Time Now Tool Icon 当前日期时间工具

Use DateTimeNow to input the current date and time at workflow runtime in the format you choose.

输入数据工具

使用输入数据工具连接到数据表,以将数据传入工作流。

输出数据工具

使用输出数据工具将工作流的结果写入受支持的文件类型或数据源。

文本输入工具

使用文本输入工具手动输入文本,可创建小型数据输入文件。在构建工作流期间,使用此工具进行测试或创建查找表会很方便。

工作流数据准备工具

条目

描述

Auto Column Tool

Use Auto Column to automatically change the column type and size for efficient storage of string data.

Create Samples Tool

Use Create Sample to split the input records into 2 or 3 random samples.

数据清理工具

使用数据清理工具修复常见的数据质量问题。用户可以替换 Null 值、移除标点符号、修改大小写等。

筛选工具

使用“筛选”工具根据条件选择数据。

公式工具

使用公式工具创建新列、对列进行更新、使用一个或多个表达式来执行各种计算和运算。

Generate Rows Tool

Use Generate Rows to create new rows of data with an expression.

Imputation Tool

Use Imputation to clean up missing values in your data.

Multi-Column Binning Tool

Use Multi-Column Binning to tile or bin on multiple columns.

多列公式工具

使用多列公式,可利用一个表达式创建或更新多列。

Multi-Row Formula Tool

Use Multi-Row Formula to create and update columns by using row data to create formulas.

Oversample Column Tool

Use Oversample Column to automatically create balanced samples from imbalanced data for use in statistical modeling.

随机百分比抽样工具

使用“随机百分比抽样”工具可返回预期行数,从而生成传入数据流的随机样本。

“行 ID”工具

使用行 ID 在数据中创建一个新列,用于为数据中的每行分配一个按顺序递增的唯一标识符。

样本工具

利用样本将数据流限制为指定的数目、百分比或随机行数。此外,抽样工具还将所选配置应用于分组所依据的列。

样本工具

使用“选择”工具可对流经工作流的数据列进行添加、排除和重新排序。

“选择行”工具

使用选择行工具返回指定的行和行范围,包括不连续的行范围。此工具可用于故障排除和数据抽样。

排序工具

排序工具根据指定数据字段值的字母数字顺序,对表格中的行进行排序。

分块工具

使用分块工具可根据数据范围分配一个值(分块)。该工具基于用户指定的 3 种方法之一来执行此操作。

唯一值工具

利用唯一值工具对一个或多个指定列进行分组,然后对这些列进行排序,从而区分行是唯一的还是重复的。

工作流连接工具

条目

描述

“附加列”工具

使用“附加列”功能,将源数据集的每一行追加到目标数据集的每一行。这种操作又被称作交叉连接。

查找替换工具

使用查找替换工具在数据集的一列中查找字符串,并在找到后将其替换为另一个字符串。您还可以使用“查找替换”将列附加到行。

Fuzzy Match Tool

Use Fuzzy Match to identify non-identical duplicates of a dataset.

连接工具

使用连接工具根据两个表格之间的公共列合并两个输入。您还可以根据行位置连接 2 个数据流。

Join Multiple Tool

Use Join Multiple to combine 2 or more inputs based on a commonality between the input tables. By default, the tool outputs a full outer join.

Make Group Tool

Use Make Group to take data relationships and assemble the data into groups based on those relationships.

合并工具

使用“合并”工具可以根据列名称或位置合并两个或更多的数据集。

工作流解析工具

条目

描述

“日期时间”工具

“日期时间”可以将日期/时间数据在各种不同的格式之间转换,包括倾向于表达式的格式和人类可读格式。

正则表达式工具

可运用正则表达式工具通过正则表达式语法进行数据解析、匹配或替换。

文本转换到列工具

使用文本转换到列工具可以获取 1 列中的文本,然后根据一个或多个分隔符将字符串值拆分为多个单独的列或行。

XML Parse Tool

Use XML Parse to parse XML into columns.

工作流转换工具

条目

描述

安排工具

使用安排工具手动转置和重新对列进行排列,以便于演示。数据经过转换后,每一行都会变成多行,并且您可以使用列描述数据创建新列。

“行计数”工具

使用行计数工具返回通过工具的行数。当您需要流程结果的行计数报告时,可使用此工具。它甚至会返回一个计数为零的值,这是汇总工具不会执行的操作。

“交叉表”工具

利用交叉表工具旋转表格中数据方向,将垂直列移动到水平轴上并在指定位置汇总数据。

Running Total Tool

Use Running Total to calculate a cumulative sum per row in a dataset.

汇总工具

使用汇总工具对数据执行各种(函数和计算)操作。

转置工具

利用转置工具旋转数据表格的方向。

加权平均值工具

使用加权平均值工具可计算传入数据列的加权平均值。

工作流开发工具

条目

描述

Column Info Tool

Use Column Info to output the column schema.

动态重命名工具

使用“动态重命名”工具可重命名上游数据中的列。使用此工具可重命名列标题中的模式,如移除前缀或用空格替换下划线。

Dynamic Replace Tool

Use Dynamic Replace to quickly replace data column values, based on a condition.

Dynamic Select Tool

Use Dynamic Select to select columns either by field type or via a formula.

JSON Build Tool

Use JSON Build to build formatted JavaScript Object Notation (JSON) text from the table schema output of the JSON Parse tool.

JSON Parse Tool

Use JSON Parse to separate JSON text into a table schema for the purpose of downstream processing.

SQL Transform Tool

The SQL Transform tool enables you to write and execute custom SQL queries directly within your workflow.