Changes
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.
=Description=
{{ActivityInfoBox
| title = Create CSV Scope
| version = 2.1.16+
}}
===Arguments===
{| class="wikitable sortable" | width = "50%"
{{Attention|Using the OuputEncoding "ANSI" means that the exported text is written according to the default [http://windows.microsoft.com/en-us/windows/change-system-locale Windows System Locale Setting] (e.g. English-US)!}}
===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 [[Activity: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!}}
The CreateCSVScope activity, as used in the larger example "Export Multilanguage Properties of all Instances":
[[File:UI_Activity_CreateCSVScope_Example.png|x700px]]
<headertabs />
==See also==
[[Category:CSV]]