Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

time data does not match #143

Closed
benb0jangles opened this issue Apr 28, 2021 · 1 comment
Closed

time data does not match #143

benb0jangles opened this issue Apr 28, 2021 · 1 comment
Labels

Comments

@benb0jangles
Copy link

Command:
funnel load -s my_settings.yaml

Brings Error:

Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.8/bin/funnel", line 11, in <module>
    load_entry_point('JobFunnel==3.0.2', 'console_scripts', 'funnel')()
  File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/jobfunnel/__main__.py", line 28, in main
    job_funnel.run()
  File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/jobfunnel/backend/jobfunnel.py", line 86, in run
    self.master_jobs_dict = self.read_master_csv()
  File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/jobfunnel/backend/jobfunnel.py", line 367, in read_master_csv
    post_date = datetime.strptime(row['date'], '%Y-%m-%d')
  File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/_strptime.py", line 568, in _strptime_datetime
    tt, fraction, gmtoff_fraction = _strptime(data_string, format)
  File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/_strptime.py", line 349, in _strptime
    raise ValueError("time data %r does not match format %r" %
ValueError: time data '13/04/2021' does not match format '%Y-%m-%d'
@benb0jangles
Copy link
Author

Ok, I just deleted all previous files in folder:
demo_job_search_results

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant