Changes

Activity:CreateCSVScope (Activity)

1,569 bytes added, 07:44, 28 August 2013
Created page with "{{ActivityInfoBox | title = Create CSV Scope | name = CreateCSVScope | image = [[File:UI_Activity_CreateCSVScope.png|220px]] | imagecaption = CreateCSVScope (Expanded) | purpo..."
{{ActivityInfoBox
| title = Create CSV Scope
| name = CreateCSVScope
| image = [[File:UI_Activity_CreateCSVScope.png|220px]]
| imagecaption = CreateCSVScope (Expanded)
| purpose = Create CSV data
| category = Data Exchange
| returns = True if successful
| version = 2.1.16+
}}

The CreateCSVScope Activity creates [http://en.wikipedia.org/wiki/Comma-separated_values Comma-Separated-Values] data. It is the root activity for an export of CSV data into files.






==Arguments==

{| class="wikitable sortable" | width = "50%"
|-
! Argument!! Type !! Direction !! Purpose
|- align="left"
| FileName|| String|| In || The file the created CSV data should be saved to
|- align="left"
| Separator|| String|| In || A string that separates the columns; default is ";"
|- align="left"
| Result|| Boolean|| Out || True if successful, false if failed
|}

==Usage==

This activity is used to start the export of CSV data. It is a nestable activity, which means it can host any amount of sub-activities that will be processed sequentially. The hosted activities are typically [[CreateCSVRow (Activity)|CreateCSVRow ]]activities, either as direct children but also wrapped within looping activities like ForEach or While.

{{Attention|This activity provides the created CSV document to all CSV sub activities, so the CSV sequence will be built in the very order the sub activities are nested!}}

==Example==


==See also==
* [[Workflow Designer]]
* [[CreateCSVRow (Activity)]]
* [[CreateCSVValue (Activity)]]

[[Category:Workflows]] [[Category:Activities]] [[Category:Interfacing]]