bbscrapeR icon indicating copy to clipboard operation
bbscrapeR copied to clipboard

Event parsing, players with special characters in name

Open maxtoki opened this issue 10 years ago • 2 comments

The player's name ends up in the event column when it contains special characters. Examples I noticed: O'Neal Caldwell-Pope, Carter-Williams xxx Jr.

maxtoki avatar Feb 01 '14 09:02 maxtoki

Also Mbah a Moute.

maxtoki avatar Feb 01 '14 09:02 maxtoki

I'm doing a slightly more sophisticated regular expression now. See here. I don't think it would pick up a name like Mbah a Moute, but could you check if it gets rid of the others?

We might have to add custom handling for names such as Mbah a Moute that have multiple spaces.

cpsievert avatar Feb 02 '14 00:02 cpsievert