I generated a ?format=csv&results=5000 CSV but I found a email with spaces after which my system crashed
Fernao de Magalhaes.daLuz@example.com
I guess this can be fixed by replacing spaces with underscores on the following line
|
this.include('email', tr.transliterate(name[0]) + '.' + tr.transliterate(name[1]).replace(/ /g, '') + '@example.com'); |
Maybe it is also nice to make the mail lowercase?
I generated a ?format=csv&results=5000 CSV but I found a email with spaces after which my system crashed
Fernao de Magalhaes.daLuz@example.com
I guess this can be fixed by replacing spaces with underscores on the following line
Randomuser.me-Node/api/1.3/api.js
Line 173 in 33d943d
Maybe it is also nice to make the mail lowercase?