Hi.
I built a workspace in 2024.1, that fetches a number of files from a customer Sharepoint site. It works (in 2024.1) without problems.
I just installed 2024.2, and ran the workspace (with no changes).
Now it issues an error with a SyntaxWarning from the package “safe.microsoft-sharepoint”:
C:\Users\xxx\AppData\Roaming\Safe Software\FME\Packages\24783-win64\python\safe.microsoft-sharepoint\stringcase.py:247: SyntaxWarning: invalid escape sequence '\W'
return re.sub("\W+", "", string)
Is this something that I should worry about ?
SharepointOnlineConnector is not listed as an upgradable transformer in 2024.2
Cheers.