-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
There's multiple methods of handling the separator used in csv files.
Person generator is set to always use ','
Line 60 in fdf82a9
| $AllNames = Resolve-LocalizedPath -Culture $Culture -ContentFile 'names.csv' | Import-CacheableCsv -Delimiter ',' |
City generator uses the current culture setting (in Swedish culture set to ';' )
Line 11 in fdf82a9
| $cities = Resolve-LocalizedPath -Culture $Culture -ContentFile 'cities.csv' | Import-CacheableCsv -UseCulture -Culture $Culture |
IMHO it would be easier to stick to ',' to avoid confusion when translating the data files.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels