Difference between revisions of "Activity:CreateCSVValue (Activity)"
m (moved CreateCSVValue (Activity) to CreateCSVValue (Activity): Text replacement - "(.*)\(Activity\)" to "Activity:$1(Activity)") |
|||
Line 28: | Line 28: | ||
==Usage== | ==Usage== | ||
− | This activity is used to write a value to a single cell in a CSVRow, as a nested activity within a [[CreateCSVRow (Activity)|CreateCSVRow]] activity. The column it writes to is depending on the order in the hosting activity, from left to right. So the very left CSVValue Activity will write into the first column of the row, the very right into the last column. | + | This activity is used to write a value to a single cell in a CSVRow, as a nested activity within a [[Activity:CreateCSVRow (Activity)|CreateCSVRow]] activity. The column it writes to is depending on the order in the hosting activity, from left to right. So the very left CSVValue Activity will write into the first column of the row, the very right into the last column. |
==Example== | ==Example== | ||
Line 38: | Line 38: | ||
==See also== | ==See also== | ||
* [[Workflow Designer]] | * [[Workflow Designer]] | ||
− | * [[CreateCSVRow (Activity)]] | + | * [[Activity:CreateCSVRow (Activity)]] |
− | * [[CreateCSVScope (Activity)]] | + | * [[Activity:CreateCSVScope (Activity)]] |
[[Category:CSV]] | [[Category:CSV]] | ||
[[Category:Activities]] | [[Category:Activities]] |
Revision as of 11:35, 23 February 2015
Create CSV Value | |
---|---|
Name | CreateCSVValue |
Purpose | Write a single CSV value |
Category | UBIK Data Exchange |
Returns | True if successful |
Version | 2.2.0+ |
The CreateCSVValue Activity writes a single Comma-separated-values value to a column within a CSV row, hence it writes to a specific cell of a CSV document.
Contents
Arguments
Argument | Type | Direction | Purpose |
---|---|---|---|
AttributeText | String | In | An expression which's result will be written to the cell value |
CSVDocument | String | In | Alternative document to use instead of the hosting scope |
CreatedText | String | Out | The evaluated result of the AttributeText expression |
Result | Boolean | Out | True if successful, false if failed |
Usage
This activity is used to write a value to a single cell in a CSVRow, as a nested activity within a CreateCSVRow activity. The column it writes to is depending on the order in the hosting activity, from left to right. So the very left CSVValue Activity will write into the first column of the row, the very right into the last column.
Example
The CreateCSVValue activity, as used in the larger example "Export Multilanguage Properties of all Instances":