Changes
Created page with "{{ActivityInfoBox | title = Create CSV Value | name = CreateCSVValue | image = [[File:UI_Activity_CreateCSVValue.png|220px]] | imagecaption = CreateCSVValue (Expanded) | purpo..."
{{ActivityInfoBox
| title = Create CSV Value
| name = CreateCSVValue
| image = [[File:UI_Activity_CreateCSVValue.png|220px]]
| imagecaption = CreateCSVValue (Expanded)
| purpose = Write a single CSV value
| category = Data Exchange
| returns = True if successful
| version = 2.2.0+
}}
The CreateCSVValue Activity writes a single [http://en.wikipedia.org/wiki/Comma-separated_values Comma-separated-values] value to a column within a CSV row, hence it writes to a specific cell.
==Arguments==
{| class="wikitable sortable" | width = "50%"
|-
! Argument!! Type !! Direction !! Purpose
|- align="left"
| AttributeText|| String || In || An expression which's result will be written to the cell value
|- align="left"
| CSVDocument|| String || In || -
|- align="left"
| CreatedText|| String || Out || The evaluated result of the ''AttributeText'' expression
|- align="left"
| 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)|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":
[[File:UI_Activity_CreateCSVValue_Example.png|x700px]]
==See also==
* [[Workflow Designer]]
* [[CreateCSVRow (Activity)]]
* [[CreateCSVScope (Activity)]]
[[Category:Workflows]] [[Category:Activities]] [[Category:Interfacing]]
| title = Create CSV Value
| name = CreateCSVValue
| image = [[File:UI_Activity_CreateCSVValue.png|220px]]
| imagecaption = CreateCSVValue (Expanded)
| purpose = Write a single CSV value
| category = Data Exchange
| returns = True if successful
| version = 2.2.0+
}}
The CreateCSVValue Activity writes a single [http://en.wikipedia.org/wiki/Comma-separated_values Comma-separated-values] value to a column within a CSV row, hence it writes to a specific cell.
==Arguments==
{| class="wikitable sortable" | width = "50%"
|-
! Argument!! Type !! Direction !! Purpose
|- align="left"
| AttributeText|| String || In || An expression which's result will be written to the cell value
|- align="left"
| CSVDocument|| String || In || -
|- align="left"
| CreatedText|| String || Out || The evaluated result of the ''AttributeText'' expression
|- align="left"
| 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)|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":
[[File:UI_Activity_CreateCSVValue_Example.png|x700px]]
==See also==
* [[Workflow Designer]]
* [[CreateCSVRow (Activity)]]
* [[CreateCSVScope (Activity)]]
[[Category:Workflows]] [[Category:Activities]] [[Category:Interfacing]]