Projet

Général

Profil

Save » Historique » Révision 2

Révision 1 (François Rioult, 31/01/2011 20:55) → Révision 2/4 (François Rioult, 31/01/2011 21:10)

h1. Save 

 !attachments/57/save.png! 

 h2. Synopsis 

 This operator has only two parameters and one output. It concatenates two arguments and saves the input into the corresponding filename as output. 


 h2. Parameters 

 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). 

 h2. Inputs 

 The stream to be saved. 

 h2. Outputs 

 One output: the file whose name is the concatenation of the parameters 

 h2. Example 

 This operator can be used for saving a file, with a given base name and adding variable extensions. See [[dataPreparationGeneric.aws]].