From 9c2ccafa58f17043793b6fb3728d0358ccce3b6e Mon Sep 17 00:00:00 2001 From: prahul11 Date: Wed, 18 Oct 2023 09:32:17 +0530 Subject: [PATCH] mnjk --- naukri/search_gulf_r.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/naukri/search_gulf_r.py b/naukri/search_gulf_r.py index f4b3a99..e4f6315 100644 --- a/naukri/search_gulf_r.py +++ b/naukri/search_gulf_r.py @@ -32,7 +32,7 @@ headers = { error_pages = [] keys_to_extract = ['designation', 'jobId', 'company','Companyname', 'Companyid', 'Companyurl','latestPostedDate','isEasyApply','jobSource','location','jdURL','vacancies'] -fields_to_write = ['designation', 'jobId', 'Companyname', 'Companyid', 'Companyurl','latestPostedDate','isEasyApply','jobSource','location','jdURL','vacancies','city'] +fields_to_write = ['designation', 'Job Key', 'Companyname', 'Companyid', 'Companyurl','latestPostedDate','isEasyApply','jobSource','location','jdURL','vacancies','city'] current_date = datetime.now() today_date = current_date.strftime('%d-%m-%Y') input_file = "naukri/_gulf_location.csv"