diemacht
diemacht

Reputation: 2102

Can't create connection between objects in Talend

I'm new in Talend.

I've created two simple objects - an input CSV from Metadata -> File delimited, and a tLogRow from Log & Errors.

Now I'm trying to drag&drop the input CSV to tLogRow in order to create an arrow between them.

However, no arrow is created.

I've tried all possible combinations of mouse buttons and ALT/SHIFT/CTRL keys.

Anyone knows what's I'm missing?

Thanks!

Upvotes: 0

Views: 1161

Answers (2)

user2759222
user2759222

Reputation: 42

You can hold right click of mouse and point any component it should connected by "Main".

Upvotes: 0

Julien Boulay
Julien Boulay

Reputation: 1204

First drag and drop the components in your job designer :

  • Dnd the csv metadata from your repository to your job. Select tFileInputDelimited as component type
  • Dnd the tLogRow from the palette to your job

Right-click on the tFileInputDelimited and select row -> main. Then click on the tLogRow component to create the dataflow

Upvotes: 1

Related Questions