Hi all,

I am trying to import a Geoda-generated .gal file into Stata and export it as a .txt file. I have tried writing the syntax every which way, and read every search result I can find, but I keep getting the error message "invalid 'Drive'". Any ideas what I'm doing wrong? The code that generated the error is below. I'm using Stata 13. Thanks!

Code:
spwmatrix import using "/Users/brendenbeck/.../Queens 1st, all years.gal", wname(weights) xport(weights, txt)