RaoulGithub / parsets

Automatically exported from code.google.com/p/parsets
Other
0 stars 0 forks source link

Duplicate column name kills import #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
A duplicate column name causes a database error and kills the import. The 
program needs to check 
for those and rename them before writing to the database.

Original issue reported on code.google.com by rkosara on 15 Jul 2009 at 10:55

GoogleCodeExporter commented 8 years ago
This was reported by Joe Mako, bug report ID 14ff31.

Original comment by rkosara on 15 Jul 2009 at 10:56

GoogleCodeExporter commented 8 years ago
This can also be self-inflicted. The column name "cleaning" removes digits and 
spaces, which can cause 
duplicates. Need to check for duplicates in any case, and warn if there are 
duplicate full column names.

Original comment by rkosara on 18 Jul 2009 at 5:56

GoogleCodeExporter commented 8 years ago
Just fixed, there are no more duplicate dimension handles and column names.

Original comment by rkosara on 31 Jul 2009 at 12:13