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…

20161946 hiweb

Welcome to the Stambia Community!

Are you a new user of Stambia? Do you need some help? Do you want to share something with the community?
In any case you are in the right place!

Here you will find the latest releases of your products. You can also browse the documentation providing different articles and the how-tos that will help you unleash the full potential of Stambia DI.

As a new user, first have a look at the Getting Started sections in order to be ready to use Stambia DI for the first time.

Latest News


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

 

 

 

  • Getting Started

  • 1
  • Download

  • Documentation

  • Support

  • Forum

  • 1