Difference between revisions of "Parse File Action"

From PresenceWiki
Jump to: navigation, search
Line 1: Line 1:
 
http://www.international-presence.com/images/docs/fileparser/fileparser_header.png
 
http://www.international-presence.com/images/docs/fileparser/fileparser_header.png
== AS400 Action Node ==
+
== parse File Action Node ==
  
The purpose of this Node is to interact with the iSeries / AS400, for which you will need the
+
The purpose of this node is to convert data found within a file into a dataset.
name of the as400 (or ip address) along with a valid username and password.
+
  
The supported actions are:
+
The files that we can convert are:-
  
[[Read a data area]]
+
RTF Table
Run a program call
+
RTF
Run a program call via a command
+
Text
Run a command
+
HTML
Copy a file
+
HTML Table
Check a file exists
+
CSV Table
  
http://www.international-presence.com/images/docs/as400/as400_programcall.png
+
In the case of a table the data is first read in as a table.
 +
We can then get the parser to search for a cell by giving it either a location,
 +
such as pt(0,0) or text to search for, such as TEAM NAME.
 +
When it finds this cell it will then return:-
  
Once you've set the parameters, you can go to the test tab and hit 'Test The Action'
+
Cell Above
  
http://www.international-presence.com/images/docs/as400/as400_output.png
+
Cell Right
 +
 
 +
Cell Below
 +
 
 +
Cell Left
 +
 
 +
Chars At Cell

Revision as of 16:21, 28 October 2010

http://www.international-presence.com/images/docs/fileparser/fileparser_header.png

parse File Action Node

The purpose of this node is to convert data found within a file into a dataset.

The files that we can convert are:-

RTF Table RTF Text HTML HTML Table CSV Table

In the case of a table the data is first read in as a table. We can then get the parser to search for a cell by giving it either a location, such as pt(0,0) or text to search for, such as TEAM NAME. When it finds this cell it will then return:-

Cell Above

Cell Right

Cell Below

Cell Left

Chars At Cell