[tfilefetch] Dynamic POST parameters from tMysqlInput
Hi,
my job is like this : tMysqlInput--->tLogRow--->tFileFetch
tLogRow show something like this : param1|valeur1 param2|valeur2 param3|valeur3 .... i'd like to post all these parameters via POST to a php file, I tried to do that with tFilFetch but I can't retrieve the parameters.
How can I do that ?
Thanks,
Michael.
Hi,
Can you upload files by using
TalendHelpCenter:tFileFetch component?
In Basic Settings, check "POST method" and set the POST-parameter "Name" and "File" name here.
In Advanced Settings, check "Upload file" and define parameters for each file(Name, file)
Or you can define the parameters of the requested HTTP operation or post parameters from file by using
TalendHelpCenter:tHttpRequest Best regards
Sabrina