We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2138f3d commit 3eaecb5Copy full SHA for 3eaecb5
scripts/uploader.py
@@ -216,6 +216,8 @@ def update_or_create_job(obj):
216
217
# Clean up the values
218
obj['company'] = company_ref
219
+ obj['companyName'] = company['name']
220
+ obj['companyLogo'] = company['logo']
221
222
if _key is None:
223
# we are creating
@@ -274,8 +276,8 @@ def process_jobs_csv():
274
276
if __name__ == '__main__':
275
277
print('--------------------')
278
print('JobMatcher Uploader')
- print('\tEnsure there is a student.csv and '
- 'recruiter.csv file in the same dir')
279
+ print('\tEnsure there is a student.csv, jobs.csv, '
280
+ 'company.csv and recruiter.csv file in the same dir')
281
282
process_student_csv()
283
0 commit comments