Hi, I can read an arcgis online feature service using fme AGO reader. The globalids all have a curly brackets in the inspector. Is there a way to write the feature to a new table without the curly brackets. Curly brackets are messing things up when using globalids in url links. thanks
Solved
How to write globalids from AGO without the curly braces?
Best answer by hkingsbury
Before you write the data out, you can use a string replacer and regex to replace the curly braces with nothing.
Set the mode of the string replacer to "Replace Regular Expression" and the "Text To Replace" as
({|})
Leave the "Replacement Text" blank.
The above regex 'translates' to find "{" or "}"
Reply
Rich Text Editor, editor1
Editor toolbars
Press ALT 0 for help
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.