ContributionsMost RecentMost LikesSolutionsRe: Need help to connect to the db through denodo odbcANSI driver Olga_T & Nastya_Khovrina Thanks for your response. I still couldn't find the jar file in web that I can download. It will be great help if you can provide me the url to download the jar fie. Regards Rahul Need help to connect to the db through denodo odbcANSI driver I'm using 'jdbc connection' in Ready API to connect to the database with denodo odbcANSI driver in windows machine. But, I'm not seeing the denovo driver is the list of availble drivers. Can someone tell me how can I configure it in my Ready API? Thanks in advance.! how to read array of values in REST request requestClassCode array in the below request may or may not contain more than 1 value. What is the best way to maintain that in my data sheet and read it properly into the json request. Below is the json Request: { "id1": "${ReadExcel#id1}", "id2": "${ReadExcel#id2}", "id3": "${ReadExcel#id3}", "id4": "${ReadExcel#id4}", "requestReceivedDateRange": { "date1": "${ReadExcel#date1}", "date2": "${ReadExcel#date2}" }, "filterCriteria": { "date3": "${ReadExcel#date3}", "requestClassCode": ["",""] } }