Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
amien
Specialist
Specialist

set variable in from file

[ftp://user:pasw@ip/filename.csv]

i want to set a variable: SET myfilename = 'myfilename.csv'

and then use that variable in the FROM script. cant find the right syntax .. or not possible?]

["ftp://user:pasw@ip/" & myfilename]

something like this

1 Solution

Accepted Solutions
Not applicable

Try

... FROM $(myfilename)

cheers,

Matthias

View solution in original post

2 Replies
Not applicable

Try

... FROM $(myfilename)

cheers,

Matthias

amien
Specialist
Specialist
Author

ofcourse .. thanks