Welcome Guest! Log in
Stambia versions 2.x, 3.x, S17, S18, S19 and S20 are reaching End of Support January, 15th, 2024. Please consider upgrading to the supported Semarchy xDI versions. See Global Policy Support and the Semarchy Documentation.

The Stambia User Community is moving to Semarchy! All the applicable resources have already been moved or are currently being moved to their new location. Read more…


FTP doesn't permit to indicate multiple file masks to retrieve at the same time.

But it is possible in Stambia, with the use of an XSL variable and repetition queries.

 

The XSL Variable

First, we need an XSL variable, which contains all the file's masks.

processWithFilter

Example of code for the variable :

%xsl{
<value name="*.txt"/>
<value name="*.proc"/>
}%

 

Repetition query

Next, we have to make the FTP action use a repetition query, to make it executes for each of the masks.

The repetition query is configurable in the Generation tab of the properties of the action.

filter

FTP_REMOTE_FILENAME parameter

Finally, we have to configure the FTP_REMOTE_FILENAME parameter to use the filter on each repetition.

We do this by setting it to the xpath expression: %x{$filter/@name}x%

Note: filter refers here to the Variable Name specified in the Repetition Query.

remoteParameter

 

 

 

Articles

Suggest a new Article!