Skip to main content
Question

Schema Definition with Shape

  • September 2, 2019
  • 1 reply
  • 14 views

Hey there,

with Feature Writer I try to adopt a schema from a bunch of different shape files.

I tried the same workflow with a ESRI Geodatabase before and it worked. So I published the Shape Files as Workspace Resources and commit them within the Dynamic Schema Definition.

Which works fine with the Geodatabase, failed (a bit) with the shape files.

In fact the transformed shape files are using the schema, but some of the ESRI data types were changed, namly for example the "Short Integer" changed to "Long Integer" (and also the Precision value changed).

 

Does someone knows why this could happen?

 

Thanks and best regards,

André

 

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.

1 reply

redgeographics
Celebrity
Forum|alt.badge.img+60
  • Celebrity
  • 3701 replies
  • September 2, 2019

Shapefile uses the old dBase IV database files for attribute storage, so it has the constraints, in terms of data types, attribute names and so on, that dBase IV had. When the Geodatabase was introduced ESRI had more or less free hand to develop it, so it has different (less constricting) limitations. FME normally handles this and maps data types to the nearest equivalent.