Cat-routine » Historique » Révision 3
Révision 2 (François Rioult, 31/01/2011 20:59) → Révision 3/4 (François Rioult, 31/01/2011 22:05)
h1. Cat-routine
!https://forge.greyc.fr/attachments/59/load.png! !https://forge.greyc.fr/attachments/59/load2.png!
h2. Synopsis
This operator has only two parameters and one output. It concatenates two arguments and gives 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
No input
h2. Outputs
1 output: the file whose name is the concatenation of the parameters
h2. Example
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.