Closed mrx23dot closed 3 years ago
Ah, I fixed this within my search_products
function. I will look into adjusting the JSON files as well!
Perhaps this might not work due to the fact '&' is usually not supported in filenames. Might change it to "and" in that case.
Fixed the issue. The problem was that \u2014\
referred to a special form of the dash ( - ) sign. This makes it very difficult to select that type of data. See the fix (for example): Banks - Diversified.
I also updated strings like Aerospace/Defense Products & Services
to Aerospace Defense Products & Services
because the forward slash usually gives problems with filenames.
Please let me know if you find more weird unicodes!
https://github.com/JerBouma/FinanceDatabase/raw/master/Database/Equities/Countries/United%20States/United%20States.json
"industry" field contains the following anomaly:
these could use some normalization "Aerospace & Defense", "Aerospace/Defense - Major Diversified", "Aerospace/Defense Products & Services",
It's a lot faster to work on offline database, cheers!