Configuring the input data - 7.2
tFixedFlowInput
- EnrichVersion
- 7.2
- EnrichProdName
- Talend Big Data
- Talend Big Data Platform
- Talend Data Fabric
- Talend Data Integration
- Talend Data Management Platform
- Talend Data Services Platform
- Talend ESB
- Talend MDM Platform
- Talend Open Studio for Big Data
- Talend Open Studio for Data Integration
- Talend Open Studio for ESB
- Talend Real-Time Big Data Platform
- EnrichPlatform
- Talend Studio
- task
- Data Governance > Third-party systems > Misc components > tFixedFlowInput
- Data Quality and Preparation > Third-party systems > Misc components > tFixedFlowInput
- Design and Development > Third-party systems > Misc components > tFixedFlowInput
Procedure
-
In the design workspace, select tFixedFlowInput.
-
Click the Component
tab to define the basic settings for tFixedFlowInput.
-
Click the three-dot [...] button next to Edit Schema to describe the
data structure you want to create from internal
variables. In this scenario, the schema is made of
three columns, now of type
Date,
firstname of type String, and
lastname of type String.
-
Click OK to close the
dialog box and accept propagating the changes when
prompted by the system. The three defined columns
display in the Values panel of the Basic settings view of
tFixedFlowInput.
-
Click in the Value
cell of each of the first two defined columns and
press Ctrl+Space to
access the global variable list.
-
From the global variable list, select
Talend Date.getCurrentDate()
and
talendDatagenerator.getFirstName,
for the now and
firstname columns
respectively.
-
Click in the Value
cell of lastname column and
press Ctrl+Space to
access the global variable list.
-
From the global variable list, select
context.lastname, the context
variable you created for the last name column.