Skip to main content

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!

Apologies, please disregard.  Newbie error.  Just looked at XML output from Excel connector and see that

A: B C

is now of the form

A__B_C