Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
We’re experiencing technical issues with our vendor that are affecting license activations for Designer Desktop. We don’t yet have an estimated resolution time. We apologize for the inconvenience and will share updates as we have them.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Tab File output Error: TABPolyline Geometry Error

LDP616
7 - Meteor

Hi,

 

I am trying to convert a roads.shp to a .tab, but am getting the below error. Does anyone know why/what i can do to correct it?

 

Source of the data: https://mapcruzin.com/free-israel-country-city-place-gis-shapefiles.htm

 

Thanks in advance!

 

LDP616_0-1619796477788.png

 

2 REPLIES 2
danilang
19 - Altair
19 - Altair

Hi @LDP616 

 

The problem seems to be that the tab format doesn't accept lines with no points.  osm_id 37153228 is the only object in the file with 0 points.  Split all the objects to points, remove the ones with 0 points and the rest flow through fine.

 

danilang_0-1619873368895.png

 

Note that I didn't include the shp file, because of it's size

 

Dan

 

LDP616
7 - Meteor

Dan,

 

Thank you very much for this, really appreciate it!

 

Have a good week,

Lauren

Labels
Top Solution Authors