Skip to content

Instantly share code, notes, and snippets.

@VladimirAlexiev
Created September 23, 2022 11:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VladimirAlexiev/39b12b9f7625ca61ab3fa9ea530c477c to your computer and use it in GitHub Desktop.
Save VladimirAlexiev/39b12b9f7625ca61ab3fa9ea530c477c to your computer and use it in GitHub Desktop.
CrunchBase permalinks including uppercase

Most CB permalinks are uppercase, but a tiny percentage include uppercase letters:

grep "[A-Z]" permalink.txt|sort>permalink-uppercase.txt
wc -l permalink.txt permalink-uppercase.txt
 2050775 permalink.txt
     272 permalink-uppercase.txt

I attach the file so it can be added as exceptions to Wikidata.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment