|
|
@@ -266,8 +266,8 @@ tables.each do |t|
|
|
|
council_reference: council_reference,
|
|
|
description: description,
|
|
|
address: address,
|
|
|
- closing_date: closing_date,
|
|
|
- closing_date_raw: closing_raw,
|
|
|
+ on_notice_to: closing_date,
|
|
|
+ on_notice_to_raw: closing_raw,
|
|
|
info_url: info_url,
|
|
|
applicant: "",
|
|
|
owner: ""
|
|
|
@@ -483,4 +483,4 @@ tables.each do |t|
|
|
|
kept += 1
|
|
|
end
|
|
|
|
|
|
-puts "Done #{TABLE}. Found #{kept}, saved #{kept}."
|
|
|
+puts "Done #{TABLE}. Saved #{kept} item(s)."
|