Skip to main content
Question

CSV with Geometry from Oracle to Geodatabase.

  • December 10, 2020
  • 3 replies
  • 42 views

Forum|alt.badge.img

I have a CSV export from ORACLE with geometry in a format like POINT (-81.00893 33.9717480555556), 

POLYGON ((-84.1769359565167 34.0427328929524, -84.1767072908479 34.0427328929618, -84.1767072908479 34.0430401524308, -84.1769359565167 34.0430401524308) etc. I cannot figure out how to extract the geometry and create layers in a geodatabase. I tried a few ideas with GeometryExtractor, GeometryReplacer, etc but I haven't had any luck. I attached the CSV for reference.

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

ebygomm
Influencer
Forum|alt.badge.img+46
  • Influencer
  • December 10, 2020

That just looks like WKT, you should be able to rebuild witha geometryreplacer

Capture


Forum|alt.badge.img
  • Author
  • December 10, 2020

Thanks! I had one setting wrong, it worked for points ,but what would be the best way to split to Point/polygon/line


Forum|alt.badge.img+2
  • December 10, 2020

Thanks! I had one setting wrong, it worked for points ,but what would be the best way to split to Point/polygon/line

@morijlumos​ I'm not sure quite what you mean by split to Point/polygon/line, but perhaps its the GeometryFilter you're looking for