Skip to main content
Question

filegdb to geojson

  • September 22, 2026
  • 1 reply
  • 19 views

alexlau818
Participant
Forum|alt.badge.img+2

as I consider using fme to convert filegdb to geojson, facing problem in attribute length = 65536 for string, those attributes will truncate in geojson. how to fix it.

Thank you very much

1 reply

redgeographics
VIP
Forum|alt.badge.img+63

As far as I can find, the JSON spec does not impose a maximum length for a string, but specific applications might. 

Do you actually have attribute values that long? If you do, you could try using an AttributeCompressor to compress them, but whatever application you then use to work with that GeoJSON data needs to be able to uncompress it again.