Using excel value for insert query in katalon

Viewed 8

Hi all currently i am new to katalon and i am not sure how to use excel value to insert query for Katalon value

currently i am hardcoding with my value below:-

String insertquery = 'INSERT INTO Nb.dbo.DOCUMENT (DOCUMENT,DOCUMENT_TYPE,TIMESTAMP,ID) VALUES ('PP','C231','2022-08-03 22:50:53','22')'

CustomKeywords.'com.database.database.execute'(insertquery).

Hope that there is someone can guide me on using excel value to insert query value in Katalon.

Thank you and appreciate

0 Answers
Related