webD97/rewe-ebon-parser

Item name cut off at ampersand (&)

Closed this issue · 5 comments

Hi,

the parser seems to have a problem with an ampersand "&" in the product name. I had the item "BUD & TERENCE" on my ebon
What i received back from the parser was " TERENCE" (notice the leading space).

Edit: Had a short look, it probably just needs an adjustment of the regex in line 38

Thank you for reporting this issue! I will take a look at it.

I added the ampersand to the regex in the master branch and tested the regex in regex101.com - Would it be possible for you to test against the latest master?

Yes, tested sucessfully, thanks

Released with version 0.3.4