nfdi4plants / arc-validate

Home of all the tools and libraries to create and run validation of ARCs
https://nfdi4plants.github.io/arc-validate/
MIT License
3 stars 2 forks source link

Email address must be in correct format #35

Closed omaus closed 5 months ago

omaus commented 11 months ago

Atm., the pipeline only looks for persons with present email addresses but since Invenio cannot parse emails in incorrect formats (e.g. "myName[at]server.domain") or text that is no email at all, we must implement a check for valid email format (i.e. "string>@<string.")

CC: @Zerskk

kMutagene commented 5 months ago

is this still relevant @omaus?

omaus commented 5 months ago

To me, this looks fixed... @kMutagene

https://github.com/nfdi4plants/arc-validate/blob/18133bd2c55864c915b3743219881ad87db4051d/src/ARCExpect/StringValidationPattern.fs#L10