I want to convert OSM data downloaded in .osm.pbf format into OSM format, but I’m encountering the following issue:
When converting from .osm.pbf to .osm in FME, the OSM XML data is incorrect: all polygons (areas) become lines, and many objects are missing. I tried using Osmium Docker for the conversion, and the OSM data remained intact.

Is there a way to achieve the same result as Osmium within FME? Am I missing something?

