home *** CD-ROM | disk | FTP | other *** search
- <html>
- <head>
- <STYLE>
- body{
- font-size : medium;
- }
- td {
- font-size : medium;
- }
- </STYLE>
- </head>
-
- <body bgcolor="silver" text="maroon">
- <H1 align=center> FileReadWrite WorkNode Help</H1>
- <H1 align=left><FONT size=3><FONT
- color=#000080>
-
-
- This worknode will allow workflow developer to do the following:<BR>
- (1)Read data from a file and store in a Gobal dictionary String.<BR>
- (2)Read data from a Global dictionary location and write to a file.<BR>
- (3)Read data from one file and write to another file.<BR>
- (4)Read data from one Global dictionary String and store in another Global dictionary String.
- </FONT></FONT></H1>
- <P align=left><FONT size=5><STRONG>Configurable
- Parameters:</STRONG></FONT></P>
- <P align=left>
- <TABLE background="" border=1 cellPadding=2 cellSpacing=4 style="WIDTH: 100%"
- width="100%">
-
- <TR>
- <TD noWrap><FONT color=orangered>
- Instance Name </FONT></TD>
- <TD><FONT color=black size=3><STRONG>This is the name that you want to
- call the current node that you are working with. Value must be unique from
- all other nodes in your workspace.</STRONG></FONT></TD></TR></TABLE></P>
- <H1 align=center>
- <H1 align=left>
- <TABLE border=1 cellPadding=2 cellSpacing=4 style="WIDTH: 100%" width="100%">
-
- <TR>
- <TD noWrap><FONT color=#ff4500> Source Location </FONT></TD>
- <TD><FONT color=black size=3><STRONG>
-
-
- This is the source
- location, where from user
-
-
- wants to read data. this location can
-
-
- be a file (C:\source.txt,
- $TEMP/source.txt) or global dictionary location(/source/data).</STRONG></FONT></TD></TR>
- <TR>
- <TD noWrap><FONT color=#ff4500> Destination Location</FONT></TD>
- <TD>
- <P><FONT color=#000000 size=3><STRONG>This is the
- destination location, where user wants to
- write data. this location can be a file
- (C:\dest.txt, $TEMP/dest.txt) or global dictionary
- location(/dest/data).</STRONG></FONT></P></TD></TR></TABLE></H1>
- <P align=left><FONT size=4>Output signal - </FONT><FONT
- color=#000080 size=3>
- If we are able to perform specified operation, then "done" is fired.
- otherwise, "fail" is fired.</FONT></P>
- <P><FONT size=2></FONT> </P></H1>
-
- </body>
- </html>