bchavez / Bogus

:card_index: A simple fake data generator for C#, F#, and VB.NET. Based on and ported from the famed faker.js.
Other
8.62k stars 491 forks source link

Extensions.Spain #445

Open kiquenet opened 1 year ago

kiquenet commented 1 year ago

Please describe why you are requesting a feature

How-to create Extensions.Spain for NIF, NIE, ... step by step

https://es.wikipedia.org/wiki/N%C3%BAmero_de_identificaci%C3%B3n_fiscal https://www.interior.gob.es/opencms/eu/servicios-al-ciudadano/tramites-y-gestiones/extranjeria/ciudadanos-de-la-union-europea/numero-de-Identidad-de-extranjero-nie/

Please provide a code example of what you are trying to achieve

Portugal sample: using Bogus.Extensions.Portugal; Bogus.Person.Nif() - Número de Identificação Fiscal (NIF) Bogus.DataSets.Company.Nipc() - Número de Identificação de Pessoa Colectiva (NIPC)

Please answer any or all of the questions below

None

https://geeks.ms/jvelasco/2010/11/04/generador-de-nifnie/

none

I dont know

If the feature request is approved, would you be willing to submit a PR?

Yes