Certain results from DataUSA include the word "(balance)" and it's pretty ugly. Just search for "balance" on everysinglemonth.org and you'll see a lot of them. Here's a good example:
Stripping out any use of "metro government" and "(balance)", and then running that through trim() to remove any whitespace from the beginning or end of the string.
Certain results from DataUSA include the word "(balance)" and it's pretty ugly. Just search for "balance" on everysinglemonth.org and you'll see a lot of them. Here's a good example:
Louisville/Jefferson County metro government (balance)
It's a low priority item, but I think the move would be to add some logic into
get_meta()
https://github.com/AllenEllis/EverySingleMonth/blob/58f39090697a7e69406ba3453c51bed212d9ca7d/sources/datausa.php#L144Stripping out any use of "metro government" and "(balance)", and then running that through
trim()
to remove any whitespace from the beginning or end of the string.