Closed wsteitz closed 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.
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.