Skip to main content

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.

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

Capture


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


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


Reply