Picking any country from https://osm-boundaries.com/Map >download tick all_tags gives this in FME
However in attribute manger I can only see the 7 input attributes
The all_tags looks like thisWhat I'd like to do is extract the non "name" tags as unique attributes
E.G. is_in, ISO3166-2, wikkidata etc.
Some of the tags are like is_in:country : VALUE
and keep the rest as a JSON string (keeping the values as is maintaining diacritics)
Some features have more unique tags than others so my output PostGIS table will have all possible columns and any feature with out a particular tag should be a NULL string
I can then write to a PostGIS database
Can someone tell me how to extract the all_tags JSON string as described?