==Usage==
This activity is used to create a single CSVRow, as a nested activity within a [[CreateCSVScope (Activity)|CreateCSVScope]] activity. It is a nestable activity, which means it can host a sub activity that will be processed. The hosted activities are typically of type [[CreateCSVValue(Activity)]], either as direct children or wrapped into other activities like ''ForEach'' or ''Sequence''.
{{Attention|This activity provides the created CSV row automatically to all CSV value sub activities, so the columns will be built in the very order the sub activities are nested!}}