ndon-ndon / geoda

Automatically exported from code.google.com/p/geoda
GNU General Public License v3.0
0 stars 0 forks source link

Problem with export selected when variable name is missing #196

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When a variable name is missing in the dbf table the export function crashes
GeoDa, even after "NONAME" (the default) is accepted as the variable name.
Export works if the column without a variable name is first given a variable
name using Table Change Variable name.
A dbf column without a variable name may happen when using PySAL's
df2dbf converter with a long variable name.

Original issue reported on code.google.com by lanse...@gmail.com on 10 Jul 2015 at 9:42

GoogleCodeExporter commented 8 years ago
More precisely, that is the Export Selected function

Original comment by lanse...@gmail.com on 10 Jul 2015 at 9:43

GoogleCodeExporter commented 8 years ago
And defect in all versions, including 1.7.37

Original comment by lanse...@gmail.com on 10 Jul 2015 at 9:44

GoogleCodeExporter commented 8 years ago
This is a bug with new scrollable variable name suggestion dialog. 

Fix has been proposed in ci 3718.

Fix will be in build 1.7.45

Original comment by lixun...@gmail.com on 20 Jul 2015 at 7:32

GoogleCodeExporter commented 8 years ago
Verified MacOSX and Win: now the variable without field name is automatically 
assigned a field name "field_X where X is the # of the variable in the table).

Original comment by jkoschin...@gmail.com on 27 Jul 2015 at 12:31