Difference between revisions of "Activity:ReadCSVDocument (Activity)"
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | 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 | {{ActivityInfoBox | ||
| title = Read CSV Document | | title = Read CSV Document | ||
Line 9: | Line 12: | ||
| version = 2.1.16+ | | version = 2.1.16+ | ||
}} | }} | ||
− | |||
− | ==Arguments== | + | ===Arguments=== |
{| class="wikitable sortable" | width = "50%" | {| class="wikitable sortable" | width = "50%" | ||
|- | |- | ||
Line 35: | Line 37: | ||
{{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)!}} | {{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== | + | ===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 /> | |
− | + | ||
− | Load the CSV file C:\temp\test.CSV with the following content into the workflow: | + | |
<code> | <code> | ||
Line 64: | Line 65: | ||
| Separator|| <source lang = "vbnet">";"C</source> | | Separator|| <source lang = "vbnet">";"C</source> | ||
|} | |} | ||
+ | |||
+ | <headertabs /> | ||
==See also== | ==See also== | ||
* [[Workflow Designer]] | * [[Workflow Designer]] | ||
− | * [[GetXPathResult (Activity)]] | + | * [[Activity:GetXPathResult (Activity)]] |
− | [[Category: | + | [[Category:CSV]] |
Latest revision as of 12:36, 23 February 2015
The ReadXPathDocument Activity loads a CSV File into the workflow and transforms it into XML for further processing using XPath expressions. It is the root activity for an import of CSV data into UBIK®.