I’m using an Excel connector to pass a spreadsheet into a Script connector for further processing.
The Excel input contains columns of the form: A: B C
In the Script connector, I try to reference it in an xpath like this: xpath(xA:_B_C])
But I get the “attribute does not exist” error. I need to deal with or escape that colon character somehow, I just haven’t been able to find where in the docs how to do that yet.
Any suggestions?
Thank you!