Hi,
I need to export data from an Arcfm db to a different db with no Arcfm on a regular basis, hence looking at using FME. Any suggestion?
Hi,
I need to export data from an Arcfm db to a different db with no Arcfm on a regular basis, hence looking at using FME. Any suggestion?
The data itself is still just ArcGIS. ArcFM extends the ArcGIS application, but still uses the standard ArcGIS data objects and classes. So, you export data the same as you would for any Geodatabase, Shape file etc.
The data itself is still just ArcGIS. ArcFM extends the ArcGIS application, but still uses the standard ArcGIS data objects and classes. So, you export data the same as you would for any Geodatabase, Shape file etc.
Hi @sunsilk11
We have an article here about reading ArcFM, that you might find useful:
https://knowledge.safe.com/articles/902/reading-arcfm-geodatabase-data-using-fme.html
Whilst your not writing to GeoJSON, this still might be useful:
https://knowledge.safe.com/questions/70202/export-arcfm-data-to-geojson.html
For writing to other databases, we have an article series here: https://knowledge.safe.com/articles/44192/tutorial-let-the-database-do-the-work.html
Or you should be able to search for your specific database on our Knowledge Centre and find more specific articles.
Apologies I misread the question. I assume then this is likely instead the Electric module(s) using custom ArcFM objects?
Schneider do publish an Object converter here so this may provide an alternative integration pathway if you can't/don't want to have the destination DB interfaced via the ArcFM Object Reader, although have not used it myself:
There are some other ArcFM users that seem to indicate online they've figure out some manual hacks in manipulating the raw underlying classes but it sounded quite involved!