Skip to content

space in email #133

@spidfire

Description

@spidfire

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions