Difference between revisions of "Activity:CreateCSVValue (Activity)"
Line 1: | Line 1: | ||
+ | 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 of a CSV document. | ||
+ | |||
+ | =Description= | ||
{{ActivityInfoBox | {{ActivityInfoBox | ||
| title = Create CSV Value | | title = Create CSV Value | ||
Line 9: | Line 12: | ||
| version = 2.2.0+ | | version = 2.2.0+ | ||
}} | }} | ||
− | |||
− | |||
− | |||
+ | ===Arguments=== | ||
{| class="wikitable sortable" | width = "50%" | {| class="wikitable sortable" | width = "50%" | ||
|- | |- | ||
Line 26: | Line 27: | ||
|} | |} | ||
− | ==Usage== | + | ===Usage=== |
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. | 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= | |
− | + | The CreateCSVValue activity, as used in the larger example "Export Multilanguage Properties of all Instances":<br /> | |
− | The CreateCSVValue activity, as used in the larger example "Export Multilanguage Properties of all Instances": | + | |
[[File:UI_Activity_CreateCSVValue_Example.png|x700px]] | [[File:UI_Activity_CreateCSVValue_Example.png|x700px]] | ||
+ | |||
+ | <headertabs /> | ||
==See also== | ==See also== | ||
Line 42: | Line 44: | ||
[[Category:CSV]] | [[Category:CSV]] | ||
− |
Latest revision as of 12:38, 23 February 2015
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.