Generate Random operator configures new values as random value fields.
Parameter |
Description |
Type |
Mandatory |
Default Value |
---|---|---|---|---|
output field name |
Names of generated random value fields. |
string |
Yes |
None |
length |
Field length. |
map |
Yes |
None |
type |
Field type. The options are VARCHAR, INTEGER, and BIGINT. |
enum |
Yes |
VARCHAR |
The operator generates random value fields of specified type.
Use the CSV File Input operator to generate two fields A and B.
The following figure shows the source file.
Configure the random value conversion operator to generate fields C, D, and E.
Five fields are generated.
The random value fields generated each time are different.