Changes

Activity:ReadCSVDocument (Activity)

5 bytes added, 12:36, 23 February 2015
The ReadXPathDocument Activity loads a CSV File into the workflow and transforms it into XML for further processing using [http://en.wikipedia.org/wiki/XPath XPath] expressions. It is the root activity for an import of CSV data into {{UBIK}}.
 
=Description=
{{ActivityInfoBox
| title = Read CSV Document
| version = 2.1.16+
}}
The ReadXPathDocument Activity loads a CSV File into the workflow and transforms it into XML for further processing using [http://en.wikipedia.org/wiki/XPath XPath] expressions. It is the root activity for an import of CSV data into {{UBIK}}.
===Arguments===
{| class="wikitable sortable" | width = "50%"
|-
{{Attention|Using the InputEncoding "ANSI" means that the imported text is read according to the default [http://windows.microsoft.com/en-us/windows/change-system-locale Windows System Locale Setting] (e.g. English-US)!}}
===Usage===
This activity is typically used to start the import of CSV data by providing the loaded document to subsequent [[Activity:GetXPathResult|GetXPathResult]] activities.
==Example==
Load the CSV file C:\temp\test.CSV with the following content into the workflow:<br />
<code>
| Separator|| <source lang = "vbnet">";"C</source>
|}
 
<headertabs />
==See also==
* [[Activity:GetXPathResult (Activity)]]
[[Category:Activities]] [[Category:InterfacingCSV]]
10,686
edits