Projet

Général

Profil

Save » Historique » Version 4

François Rioult, 31/01/2011 21:12

1 1 François Rioult
h1. Save
2
3 4 François Rioult
!https://forge.greyc.fr/attachments/57/save.png! !https://forge.greyc.fr/attachments/58/save2.png!
4 2 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 saves the input into the corresponding filename as output.
8
9
10
h2. Parameters
11
12
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).
13
14
h2. Inputs
15
16
The stream to be saved.
17
18
h2. Outputs
19
20
One output: the file whose name is the concatenation of the parameters
21
22
h2. Example
23
24
This operator can be used for saving a file, with a given base name and adding variable extensions. See [[dataPreparationGeneric.aws]].