


Load Automatically: Reads the information automatically every certain amount of time.

For example, if the prefix is STV_, then the plug-in dumps the debug information to STV_READER_CONSOLE. Return Variables Prefix: Specifies a prefix to add to the name of the DataPool variables that the plug-in uses. This is extremely useful for development and debugging purposes. Show Data: Dumps the data the plug-in reads to a DataPool variable called READER_CONSOLE when set to On. Post Update Action: Specifies commands (either DataPool or Viz commands) to be executed right after the data is read and sent to the target. Rows Delimiter: The delimiter to use for different rows. Shared Memory Variable: The variable for Shared Memory to be used.įields Delimiter: The delimiter to use for different fields. In case of Shared Memory, the following parameters are changed: Number of rows: Determines the maximum number of records to read, starting from the row stated in From row.įields to Read: Specifies by name the columns to read.ĭP Field Name: Specifies the field name in DataPool where to write the output.įield is a: Specifies the type of the target. Key: Determines the name of the column in the Excel file from which the keys to the DataTable should be taken.įrom row: Determines the row number in the Excel sheet from where to start reading the records. Table/Sheet: Determines the name of the sheet to be read from within the file. The parameters in this mode are:įile Name: Determines the name of the file to be read.

The xml is much larger, this is only a sample, so I have other races that have more than 2 candidates so the race name is duplicated to accommodate this and I get the same result, I am only getting the last race with that name.In this mode the plug-in reads a sheet from an Excel file. I need help figuring our how do I get to display any of the other nodes, in the first or second "Elections" from the xml, as I am using the name of the race as the key to read the xml, I think datapool is skipping the first two "Elections" and is only returning the last "Elections" The problem is with the second and third text container which display the information from the 3rd "Elections" from the XML, please see the note bellow This is then passed to a datatext, using the node names, all this node names I added to the config.dp as shown in the Table aboveĪs you can see I am reading or getting the "race_name1" on the first container under the dataobject, this is displaying the correct information, which is the name of the race. I then pass the info to a dataobject using the Input Value of "President" (is there another way to accomplish this?) I am using "race_name1' as the key to read all the election info which then I send to a DataTable I am using DataReader to read the info from it using the following
