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.
select`Date_Posted`,`Value_Date`from`/BankReconciliation/InterCompanyTrans`
Note: A proper SQL query needs to be written based on the type of Docube being used for the node to perform the task correctly.