Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Talend Cursor Equivalent Tool

What is the SQL Cursor equivalent Tool in Talend?

 

Like the Multi Row Formula Tool in Alteryx, for example?

Labels (2)
1 Solution

Accepted Solutions
ashif2
Creator II
Creator II

Talend gives the variable ports in tmap to do multi row operation.

 

Here in the new example , New Field Transaction Group is generated based on Name field (Based on the value "Transcation" new field is assigned ). This kind of assignment and logic can be achieved by using variables in tMap 

 

Name

Value

New Field: Transaction Group

Transaction

2770

1

TMC

2

1

JAG

3

1

DLS

6

1

LMD

8

1

DM

9

1

ZB

7

1

Transaction

2771

2

JAG

3

2

DLS

4

2

ZB

9

2

Transaction

2773

3

TMC

5

3

ZB

7

3

DM

9

3

Click Apply to have the configurations accepted.

View solution in original post

3 Replies
ashif2
Creator II
Creator II

Talend gives the variable ports in tmap to do multi row operation.

 

Here in the new example , New Field Transaction Group is generated based on Name field (Based on the value "Transcation" new field is assigned ). This kind of assignment and logic can be achieved by using variables in tMap 

 

Name

Value

New Field: Transaction Group

Transaction

2770

1

TMC

2

1

JAG

3

1

DLS

6

1

LMD

8

1

DM

9

1

ZB

7

1

Transaction

2771

2

JAG

3

2

DLS

4

2

ZB

9

2

Transaction

2773

3

TMC

5

3

ZB

7

3

DM

9

3

Click Apply to have the configurations accepted.

Anonymous
Not applicable
Author

I'm sorry, can you specify what is the name of the command to perform Multi-Row operations in tMap? I can't find it anywhere.

 

Also, I need to perform Multi-Field operations, is there a command for this?

ashif2
Creator II
Creator II

Variable Ports