Projet

Général

Profil

Cat-routine » Historique » Version 4

François Rioult, 31/01/2011 22:05

1 1 François Rioult
h1. Cat-routine
2
3 4 François Rioult
!https://forge.greyc.fr/attachments/59/load.png! !https://forge.greyc.fr/attachments/60/load2.png!
4 3 François Rioult
5 1 François Rioult
h2. Synopsis
6
7
This operator has only two parameters and one output. It concatenates two arguments and gives the corresponding filename as output.
8
9
h2. Parameters
10
11 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).
12 1 François Rioult
13
h2. Inputs
14
15
No input
16
17
h2. Outputs
18
19
1 output: the file whose name is the concatenation of the parameters
20
21
h2. Example
22
23
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.