These are the data nodes which can be used to provide input data for the tasks:
CSV node is a data source node used when the input for a task is a CSV file. Click here for more information on the CSV node.
XML node is a data source node used when the input to a task is an XML file. It works mostly like CSV Node. The XML Data node expects the source file to be under the root element. Click here for more information on the XML node.
JSON node is a data source node used when the input to a task is a JSON file. It works mostly like the CSV Node. Click here for more information on the JSON node.
A DB node is used when the input data is stored in the database.
Jiffy DB(Database) node allows to connect to any configured Oracle, PSSQL Database, MSSQL by creating the necessary configurations.
Data from Jiffy’s JDI or any external databases can be read using the DB Node. Click here for more information on the DB node.
DataTable node is a concept provided in Jiffy to fetch table data. Data Table node does not fetch data from any external source. Instead, it receives data through mapping from the previous nodes and stores that data in a Datatable. Click here for more information on the Data Table node.
Docube Query node is used to fetch data from Docube. It works similar to DB node.
This node allows the user to take input data from Jiffy Docube application. Here user can write SQL queries to read data from CSV files available in Docube application.
Click here for more information on the Docube Query node.
Random Number node is used to generate a random number from a specified range. Click here for more information on the Random Numer node. Click here for more information on the Random Number node.