Select to view content in your preferred language

Error: "The name contains invalid characters"... but it doesn't??

1630
3
10-25-2023 07:20 AM
Labels (2)
hoddinottc
Occasional Contributor

I'm trying to run the Connect Public Transit Data Model to Streets tool and I keep getting this error. It has worked before though so I cannot figure out what the issue is. I see nothing wrong with any of the parameter names? Any ideas?

hoddinottc_0-1698243379533.png

 

0 Kudos
3 Replies
DanPatterson
MVP Esteemed Contributor

What do the Messages say?


... sort of retired...
0 Kudos
Brian_Wilson
Honored Contributor

Error 000354 says it's a column name that's the problem, not the parameters. There is only one input table, BobsNetwork/Streets oh actually "Stops" looks like an input too. One of those has a column name that's weird, a special character or a space or something unappealing to the model.

Maybe try opening those two tables in Pro, and use the Data Design -> Fields feature to look for a problem.

City_of_FairfieldGIS
Occasional Contributor

Thanks for your reply to this message.  This helped me with a project that I am working on where I am converting a model to python and was banging my head on what the issue was with the pivot.  Your post steered me in the right direction.  FYI, the pivot table tool in model builder sanitizes your data for you and in python it does not.  Hope this helps someone else.

0 Kudos