Projet

Général

Profil

Cat-routine » Historique » Version 2

François Rioult, 31/01/2011 20:59

1 1 François Rioult
h1. Cat-routine
2
3
h2. Synopsis
4
5
This operator has only two parameters and one output. It concatenates two arguments and gives the corresponding filename as output.
6
7
h2. Parameters
8
9 2 François Rioult
2 parameters, whose concatenation gives the filename of the output. For example, the first is the base name (data) , the second is the extension (.csv).
10 1 François Rioult
11
h2. Inputs
12
13
No input
14
15
h2. Outputs
16
17
1 output: the file whose name is the concatenation of the parameters
18
19
h2. Example
20
21
This operator can be used for generating a file, with a given base name and adding variable extensions. See [[dataPreparationGeneric.aws]] or the other scenarios for an example.