You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to pass dynamically created custom vars from the selector but received an error on the transform side. I was able to get them working but only after I had changed the name of the variables. Originally, the variables had hyphens in them as in URIS-MODULE.my-custom-var="blah". It was only after removing the hyphens that it worked: URIS-MODULE.myCustomVar="blah". I'm not sure if underscores work either..
Request that either they be allowed to be used or the readME be updated to alert users of the limitation. They are very handy, thanks!
The text was updated successfully, but these errors were encountered:
Adjusted the regex pattern matching custom inputs in the
QueryUrisLoader to include dash and underscore instead of only alpha
numeric properties names. This resolves issue #29
I was trying to pass dynamically created custom vars from the selector but received an error on the transform side. I was able to get them working but only after I had changed the name of the variables. Originally, the variables had hyphens in them as in URIS-MODULE.my-custom-var="blah". It was only after removing the hyphens that it worked: URIS-MODULE.myCustomVar="blah". I'm not sure if underscores work either..
Request that either they be allowed to be used or the readME be updated to alert users of the limitation. They are very handy, thanks!
The text was updated successfully, but these errors were encountered: