Jump to: navigation, search

Changes


Activity:CreateCSVRow (Activity)

No change in size, 14:48, 8 January 2015
}}
The CreateCSVRow Activity creates a single [http://en.wikipedia.org/wiki/Comma-separated_values Comma-separated-values] row within CSV data.
 
 
 
 
 
 
 
==Arguments==
 
{| class="wikitable sortable" | width = "50%"
|-
! Argument!! Type !! Direction !! Purpose
|- align="left"
| Result|| Boolean{{Boolean_MSDN}}|| 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)|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''.
10,686
edits