You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should detect when underscores between first name and last name are missing and spaces are used instead. Currently, if somebody forgets to put underscores between first/last/middle names, undefined is printed.
In such case, this library should fix the issue and add underscores.
If you think, the algorighm is easy - split row by space and detect which first element has http...
The text was updated successfully, but these errors were encountered:
We should detect when underscores between first name and last name are missing and spaces are used instead. Currently, if somebody forgets to put underscores between first/last/middle names,
undefined
is printed.In such case, this library should fix the issue and add underscores.
If you think, the algorighm is easy - split row by space and detect which first element has
http
...The text was updated successfully, but these errors were encountered: