avernusheros / avernus

0 stars 0 forks source link

CSV Importer appends exported category to description on import #273

Closed wsteitz closed 11 years ago

wsteitz commented 11 years ago

I "think" this is caused by this section in the csvimporter:

tran.description = ' - '.join([row[d] for d in profile['description column'] if len(row[d])>0])

but the csvimporter does not know the type of csv he is importing... so I do not know how to resolve this.


Imported from Launchpad using lp2gh.