Fix file naming on extraction
Closed this issue · 2 comments
acrosman commented
The process in get_salary_data.py
is doing a nice job of pulling data from the state's servers on a regular basis. But #8 is caused by the fact that it's not handling file names well. File names should be consistent when saved to disk. Please update the process to make sure the files are consistently named, and artifacts like %20
from the URL are properly decoded.
andrefpoliveira commented
Hey! Could I work on this as part of my journey through Hacktoberfest 2022?