Skip to content

IFormatProvider in TextLoader #126

Closed
@ddobric

Description

@ddobric

Want to know how TextLoader deals with files in different cultures.
For example, if you are running on OS with culture like "de-de" such files might be loaded incorrectly:

CMT,1,1,1267,6.9,CRD,23
CMT,1,1,1267,6.8,CRD,24

With such cultures (none-invariant) would require files formatted in following way (separator = ';')

CMT;1;1;1267;6,9,CRD;23
CMT;1;1;1267;6,8,CRD;23

Metadata

Metadata

Assignees

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