Jump to: navigation, search

Difference between revisions of "Activity:CreateCSVRow (Activity)"


(Created page with "{{ActivityInfoBox | title = Create CSV Row | name = CreateCSVRow | image = 220px | imagecaption = CreateCSVRow (Expanded) | purpose = Cre...")
 
(Usage)
Line 29: Line 29:
 
==Usage==
 
==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]], either as direct children or wrapped into other activities like ''ForEach'' or ''Sequence''.
+
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!}}
 
{{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!}}

Revision as of 09:51, 21 October 2013

Create CSV Row
Name CreateCSVRow
Purpose Create a single CSV row
Category Data Exchange
Returns True if successful
Version 2.1.16+

The CreateCSVRow Activity creates a single Comma-separated-values row within CSV data.





Arguments

Argument Type Direction Purpose
Result Boolean Out True if successful, false if failed

Usage

This activity is used to create a single CSVRow, as a nested activity within a 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.

IC Attention.pngThis 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!

Example

The CreateCSVRow activity, as used in the larger example "Export Multilanguage Properties of all Instances":

UI Activity CreateCSVRow Example.png

See also