Skip to content

Better (UTF8) encoding support for CSV import #59

@rufuspollock

Description

@rufuspollock

Webstore fails on attempt to import this csv file:

Entity,Currency,Alphabetic Code,Numeric Code,Minor unit,Withdrawal Date,Remark
AFGHANISTAN,Afghani,AFN,971,2
ÅLAND ISLANDS,Euro,EUR,978,2
ALBANIA,Lek,ALL,008,2

But succeeds on (A on Aland Islands has been un-accented):

Entity,Currency,Alphabetic Code,Numeric Code,Minor unit,Withdrawal Date,Remark
AFGHANISTAN,Afghani,AFN,971,2
ALAND ISLANDS,Euro,EUR,978,2
ALBANIA,Lek,ALL,008,2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions