| ||
|---|---|---|
| JSON Parser | This node takes a JSON string and provides its content for further processing. |
| XML File | This node loads an XML file and provides its content for further processing. |
| XML Text | This node converts a text string in an XML document and provides it for further processing. |
| XSLT | This node transforms XML documents into other XML or 'human-readable' documents. |
| XPATH Expression | This node provides access to the data of XML files. |
| Excel Workbook | This node provides access to the Microsoft Excel files. |
| Excel Cell(Row, Column) | This node reads Excel cell data specified by a row and column index. |
| Excel Cell(Name) | This node reads Excel cell data specified by the cell name. |
| Excel Range Array | This node reads a range of cells containing numbers and provides them as a float array. |
| Excel Custom Range | This node reads a range of cells and fills a user defined data structure. |
| RSS/RDF News Feed | This node provides access to RSS or RDF News feeds on the Internet. |
| ResourceLinker | This node links project resources to the current scene. It makes sure that these resources are included in a Presentation/Archive export. |
| TextFile | This node provides access to the content of a text file. |
| Database | This node provides bi-directional communication with ODBC, MSSQL, OleDB, Oracle or MySQL databases within a scene. |
| Query | This node provides a database query command. |
| NonQuery | This node provides a database non-query command. |
| Row | This node provides a database row access. |
| ColConcat | This node provides a database column concatenation functionality. |
| Scalar | This node provides a scaler database command. |