DiUS / java-faker

Brings the popular ruby faker gem to Java
http://dius.github.io/java-faker
Other
4.7k stars 843 forks source link

Countrycode CZ is not supported for IBAN generation #403

Open MarcelHeemskerk opened 5 years ago

MarcelHeemskerk commented 5 years ago

new Faker().finance().iban("CZ"); not supported, even though Czech Republic is in the IBAN zone (see https://www.swift.com/standards/data-standards/iban )

polarfish commented 2 years ago

I solved this issue by switching to https://github.com/datafaker-net/datafaker (which is compatible with https://github.com/DiUS/java-faker)