dfinke / NameIT

PowerShell module for randomly generating data
MIT License
131 stars 28 forks source link

Fixed: ig '[person]' for systems that do not use ',' as default csv delimiter #35

Closed Zergie closed 3 years ago

Zergie commented 3 years ago

person.ps1 reads 'names.csv' which is delimited with ',' but in Culture for example 'de-de' the default delimiter ist ';'. So on that systems ig '[person]' produces no output..'

This may fix #34