Skip to main content
Question

Esri Geodatabase (XML Workspace Document) Reader alternative for FME Cloud

  • January 15, 2020
  • 3 replies
  • 89 views

jon
Contributor
Forum|alt.badge.img+5

I have been working on a proof of concept to take an Esri XML Workspace Document (exported from Esri), and have a user run a workbench on FME Cloud to convert it into a HTML report.

I finished creating the workbench locally (FME Desktop with ArcGIS 10.6 installed) using the Esri Geodatabase (XML Workspace Document) reader and went to publish to FME Cloud and discovered it won't run since ArcGIS isn't installed on the machine:

Module 'GEODATABASE_XML' is unavailable for use with this FME edition

I looked around and found this article which explains why: https://knowledge.safe.com/questions/43509/how-should-we-add-esri-support-on-fme-cloud.html.

 

My question is this - can I use the generic XML reader instead to read in an Esri XML Workspace Document? If so, where do I start?

0684Q00000ArF58QAF.jpg

Example of XML:

0684Q00000ArEuvQAF.jpg

 

This is what it looks like with the Esri Geodatabase (XML Workspace Document) reader:

0684Q00000ArF4KQAV.jpg

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

bruceharold
Supporter
Forum|alt.badge.img+19
  • Supporter
  • January 15, 2020

How about using a zipped GDB as the input and a Schema reader with single merged feature type.

This will leave behind domains.


Forum|alt.badge.img

Hi @jon,

Did you have a look at this approach yet?

https://knowledge.safe.com/articles/845/geodatabase-xml-workspace-document-schema-reader.html

It comes with an example workspace that demonstrates how to use the Schema Reader and the XML Reader in combination to read all possible schema elements from an ESRI Geodatabase XML Workspace Dataset.

 

 

Let us know how this goes!

jon
Contributor
Forum|alt.badge.img+5
  • Author
  • Contributor
  • January 17, 2020

Hi @jon,

Did you have a look at this approach yet?

https://knowledge.safe.com/articles/845/geodatabase-xml-workspace-document-schema-reader.html

It comes with an example workspace that demonstrates how to use the Schema Reader and the XML Reader in combination to read all possible schema elements from an ESRI Geodatabase XML Workspace Dataset.

 

 

Let us know how this goes!

Thanks Gerhard - I'll look into this and see if this is an option.