Jump to: navigation, search

Changes


Activity:CreateCSVValue (Activity)

29 bytes added, 14:49, 8 January 2015
}}
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.
 
 
 
 
 
 
 
==Arguments==
! Argument!! Type !! Direction !! Purpose
|- align="left"
| AttributeText|| String {{String_MSDN}} || In || An expression which's result will be written to the cell value
|- align="left"
| CSVDocument|| String {{String_MSDN}} || In || Alternative document to use instead of the hosting scope
|- align="left"
| CreatedText|| String {{String_MSDN}} || Out || The evaluated result of the ''AttributeText'' expression
|- align="left"
| Result|| Boolean{{Boolean_MSDN}}|| Out || True if successful, false if failed
|}
10,686
edits