Forum Discussion
PaulMS
9 years agoSuper Contributor
Replace backslash with double backslash
def fs = new FileInputStream("C:\\my file location\\SoapUI_DataA.xlsx")
or you can use this answer
then } is missing at the end of last line.
Replace backslash with double backslash
def fs = new FileInputStream("C:\\my file location\\SoapUI_DataA.xlsx")
or you can use this answer
then } is missing at the end of last line.