Hello, I am trying to calculate a hyperlink field in ArcGIS pro. The hyperlink is made to an internal map structure. The link starts with a "\\xxx.zz\...\". It is made in a text field.
I get an error 'EOL while scanning string'.
In ArcMap that wasn't a problem and I didn't get any errors.
Thanks in advance!
paths can't end in a single backslash
"\\xxx.zz\yyy\"
Cell In[1], line 1
"\\xxx.zz\yyy\"
^
SyntaxError: EOL while scanning string literal
"\\xxx.zz\yyy"
'\\xxx.zz\\yyy'
I am ending it with a "\" because I want to add another (unique) field to the hypelink
therefore...
"\\xxx.zz\yyy\\"
Out[1]: '\\xxx.zz\\yyy\\'